Class SQLRuntimeException

All Implemented Interfaces:
Serializable

public final class SQLRuntimeException extends RuntimeException
A wrapper for an unexpected SQLException.
Author:
Ralf Wiebicke
See Also:
  • Constructor Details

    • SQLRuntimeException

      public SQLRuntimeException(SQLException cause, String statement)
    • SQLRuntimeException

      public SQLRuntimeException(SQLException cause, String statement, int statementLimit)