Module io.helidon.integrations.jdbc
Package io.helidon.integrations.jdbc
Class UncheckedSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.jdbc.UncheckedSQLException
- All Implemented Interfaces:
Serializable
A
RuntimeException
that wraps a SQLException
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns theSQLException
thisUncheckedSQLException
represents.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedSQLException
Creates a newUncheckedSQLException
.- Parameters:
cause
- theSQLException
that thisUncheckedSQLException
will represent; may benull
-
-
Method Details
-
getCause
- Overrides:
getCause
in classThrowable
- Returns:
- the
SQLException
thisUncheckedSQLException
represents, ornull
-