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:
java.io.Serializable
public class UnableToRetrieveMetaDataException extends StatementException
Thrown whenJdbicouldn't retrieve metadata from the connection.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description UnableToRetrieveMetaDataException(java.lang.Exception cause, StatementContext ctx)
-
Method Summary
-
Methods inherited from class org.jdbi.v3.core.statement.StatementException
getMessage, getShortMessage, getStatementContext
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnableToRetrieveMetaDataException
UnableToRetrieveMetaDataException(java.lang.Exception cause, StatementContext ctx)
-
-