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
public final class SQLRuntimeException extends RuntimeException
A wrapper for an unexpected SQLException.- Author:
- Ralf Wiebicke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLRuntimeException(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 Detail
-
SQLRuntimeException
public SQLRuntimeException(SQLException cause, String statement)
-
SQLRuntimeException
public SQLRuntimeException(SQLException cause, String statement, int statementLimit)
-
-