Class StatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdbi.v3.core.JdbiException
org.jdbi.v3.core.statement.StatementException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LargeObjectException
,NoResultsException
,ResultSetException
,UnableToCreateStatementException
,UnableToExecuteStatementException
,UnableToProduceResultException
,UnableToRetrieveMetaDataException
Superclass for exceptions thrown while trying to execute a statement.
- See Also:
-
Constructor Summary
ConstructorDescriptionStatementException
(String string) StatementException
(String string, Throwable throwable) StatementException
(String string, Throwable throwable, StatementContext ctx) StatementException
(String message, StatementContext ctx) StatementException
(Throwable cause) StatementException
(Throwable cause, StatementContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StatementException
-
StatementException
-
StatementException
-
StatementException
-
StatementException
-
StatementException
-
-
Method Details
-
getStatementContext
-
getShortMessage
-
getMessage
- Overrides:
getMessage
in classThrowable
-