Uses of Class
org.jdbi.v3.core.statement.StatementException
Packages that use StatementException
Package
Description
result provides the streaming interface that reads rows from JDBC
 and drives the mapper and collector processes to
 produce results.
 The 
statement package provides most of the Fluent API
 to drive statement execution.
 The 
postgres plugin provides improved support for
 java.time, hstore, uuid, and enum
 types when configured with a recent Postgres database server.- 
Uses of StatementException in org.jdbi.v3.core.result
Subclasses of StatementException in org.jdbi.v3.core.resultModifier and TypeClassDescriptionclassThrown when no results were found in a context that requires at least one.classWraps exceptions thrown while traversing the JDBC result set.classWraps exceptions thrown while producing Java result types. - 
Uses of StatementException in org.jdbi.v3.core.statement
Subclasses of StatementException in org.jdbi.v3.core.statementModifier and TypeClassDescriptionclassThrown whenJdbicouldn't create a statement.classThrown when statement execution fails.classThrown whenJdbicouldn't retrieve metadata from the connection.Methods in org.jdbi.v3.core.statement with parameters of type StatementExceptionModifier and TypeMethodDescriptionStatementExceptions.MessageRendering.apply(StatementException exc)  - 
Uses of StatementException in org.jdbi.v3.postgres
Subclasses of StatementException in org.jdbi.v3.postgres