java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.itsallcode.jdbc.UncheckedSQLException
- All Implemented Interfaces:
 Serializable
This unchecked exception is thrown whenever a checked 
SQLException is
 thrown.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUncheckedSQLException(String message, SQLException cause) Create a new instance.Create a new instance. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UncheckedSQLException
Create a new instance.- Parameters:
 cause- the cause
 - 
UncheckedSQLException
Create a new instance.- Parameters:
 message- error messagecause- cause
 
 -