Package com.github.kagkarlsson.jdbc
Class SQLRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.kagkarlsson.jdbc.SQLRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IntegrityConstraintViolation,Mappers.SingleResultExpected
public class SQLRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLRuntimeException()SQLRuntimeException(String message)SQLRuntimeException(String message, SQLException cause)SQLRuntimeException(Throwable ex)
-
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()
-
SQLRuntimeException
public SQLRuntimeException(String message)
-
SQLRuntimeException
public SQLRuntimeException(Throwable ex)
-
SQLRuntimeException
public SQLRuntimeException(String message, SQLException cause)
-
-