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:
java.io.Serializable
public class NoResultsException extends StatementException
Thrown when no results were found in a context that requires at least one.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoResultsException(java.lang.String msg, java.lang.Throwable e, StatementContext ctx)NoResultsException(java.lang.String msg, StatementContext ctx)NoResultsException(java.lang.Throwable e, 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
-
NoResultsException
public NoResultsException(java.lang.String msg, java.lang.Throwable e, StatementContext ctx)
-
NoResultsException
public NoResultsException(java.lang.Throwable e, StatementContext ctx)
-
NoResultsException
public NoResultsException(java.lang.String msg, StatementContext ctx)
-
-