Class FasterSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.torand.fastersql.statement.FasterSQLException
All Implemented Interfaces:
Serializable

public class FasterSQLException extends RuntimeException
Generic runtime exception thrown by the FasterSQL library,
See Also:
  • Constructor Details

    • FasterSQLException

      public FasterSQLException(String message, Throwable cause)
      Creates a runtime exception.
      Parameters:
      message - the message.
      cause - the inner cause.
    • FasterSQLException

      public FasterSQLException(String message)
      Creates a runtime exception.
      Parameters:
      message - the message.
    • FasterSQLException

      public FasterSQLException(Throwable cause)
      Creates a runtime exception.
      Parameters:
      cause - the inner cause.