Package org.jdbi.v3.core.result
Class UnableToProduceResultException
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.result.UnableToProduceResultException
- All Implemented Interfaces:
- Serializable
Wraps exceptions thrown while producing Java result types.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnableToProduceResultException(Exception cause, StatementContext ctx) UnableToProduceResultException(String message) UnableToProduceResultException(String string, Throwable throwable, StatementContext ctx) UnableToProduceResultException(String message, StatementContext ctx) 
- 
Method SummaryMethods inherited from class org.jdbi.v3.core.statement.StatementExceptiongetMessage, getShortMessage, getStatementContextMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnableToProduceResultException
- 
UnableToProduceResultException
- 
UnableToProduceResultException
- 
UnableToProduceResultException
- 
UnableToProduceResultException
 
-