java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.firebirdsql.jaybird.util.UncheckedSQLException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString