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.

Copyright © 2013. All rights reserved.