Package guru.mikelue.foxglove.jdbc
Class RuntimeJdbcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
guru.mikelue.foxglove.jdbc.RuntimeJdbcException
- All Implemented Interfaces:
Serializable
Converts
SQLException to unchecked exception.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeJdbcException(Exception cause) WrapsExceptionto unchecked exception.RuntimeJdbcException(String message) Message-only exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString