RuntimeException, so you can skip catching them.See: Description
| Exception | Description | 
|---|---|
| CallbackFailedException | Exception used to indicate an exception thrown during a provided callback. | 
| DBIException | Base runtime exception for exceptions thrown from jDBI | 
| NoResultsException | |
| ResultSetException | |
| StatementException | |
| TransactionException | |
| TransactionFailedException | |
| UnableToCloseResourceException | |
| UnableToCreateSqlObjectException | |
| UnableToCreateStatementException | |
| UnableToExecuteStatementException | |
| UnableToManipulateTransactionIsolationLevelException | |
| UnableToObtainConnectionException | |
| UnableToRestoreAutoCommitStateException | 
    All JDBI exceptions extend RuntimeException, so you can skip catching them.
    The methods declare which ones they throw, despite them being runtime, so autocompletion
    in various IDEs should be able to pick up on them.
Copyright © 2018. All rights reserved.