Class FasterSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.torand.fastersql.statement.FasterSQLException
- All Implemented Interfaces:
Serializable
Generic runtime exception thrown by the FasterSQL library,
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFasterSQLException(String message) Creates a runtime exception.FasterSQLException(String message, Throwable cause) Creates a runtime exception.FasterSQLException(Throwable cause) Creates a runtime exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FasterSQLException
Creates a runtime exception.- Parameters:
message- the message.cause- the inner cause.
-
FasterSQLException
Creates a runtime exception.- Parameters:
message- the message.
-
FasterSQLException
Creates a runtime exception.- Parameters:
cause- the inner cause.
-