Class UncheckedSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.firebirdsql.jaybird.util.UncheckedSQLException
All Implemented Interfaces:
Serializable

public final class UncheckedSQLException extends RuntimeException
Wraps a SQLException with an unchecked exception.

Use to bridge Java's functional APIs using functional interfaces which don't throw a checked exception.

Since:
6
Author:
Mark Rotteveel
See Also: