Package com.exedio.dsmf
Class SQLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.exedio.dsmf.SQLRuntimeException
- All Implemented Interfaces:
Serializable
A wrapper for an unexpected SQLException.
- Author:
- Ralf Wiebicke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSQLRuntimeException
(SQLException cause, String statement) SQLRuntimeException
(SQLException cause, String statement, int statementLimit) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SQLRuntimeException
-
SQLRuntimeException
-