Class UncheckedSQLException

All Implemented Interfaces:
Serializable

public class UncheckedSQLException extends RuntimeException
Unchecked exception that wraps a SQLException.
See Also:
  • Constructor Details

    • UncheckedSQLException

      public UncheckedSQLException(String message, SQLException cause)
      Constructs an instance of this class.
      Parameters:
      message - the detail message
      cause - the SQLException which is the cause
    • UncheckedSQLException

      public UncheckedSQLException(SQLException cause)
      Constructs an instance of this class.
      Parameters:
      cause - the SQLException which is the cause
  • Method Details