Package org.jdbi.v3.core.result
Class NoResultsException
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.NoResultsException
- All Implemented Interfaces:
Serializable
Thrown when no results were found in a context that requires at least one.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoResultsException
(String msg, Throwable e, StatementContext ctx) NoResultsException
(String msg, StatementContext ctx) -
Method Summary
Methods inherited from class org.jdbi.v3.core.statement.StatementException
getMessage, getShortMessage, getStatementContext
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoResultsException
-
NoResultsException
-
NoResultsException
-