Skip navigation links

Package org.skife.jdbi.v2.exceptions

All JDBI exceptions extend RuntimeException, so you can skip catching them.

See: Description

Package org.skife.jdbi.v2.exceptions Description

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.

Skip navigation links

Copyright © 2018. All rights reserved.