Class SQLRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IntegrityConstraintViolation, Mappers.SingleResultExpected

public class SQLRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • SQLRuntimeException

      public SQLRuntimeException()
    • SQLRuntimeException

      public SQLRuntimeException(String message)
    • SQLRuntimeException

      public SQLRuntimeException(Throwable ex)
    • SQLRuntimeException

      public SQLRuntimeException(String message, SQLException cause)