Package org.jdbi.v3.core.statement
Class UnableToRetrieveMetaDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdbi.v3.core.JdbiException
org.jdbi.v3.core.statement.StatementException
org.jdbi.v3.core.statement.UnableToRetrieveMetaDataException
- All Implemented Interfaces:
Serializable
Thrown when
Jdbi couldn't retrieve metadata from the connection.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdbi.v3.core.statement.StatementException
getMessage, getShortMessage, getStatementContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnableToRetrieveMetaDataException
UnableToRetrieveMetaDataException(Exception cause, StatementContext ctx)
-