Class SqlException

All Implemented Interfaces:
Serializable

public class SqlException extends RuntimeException
The Sql Exception.
See Also:
  • Constructor Details

    • SqlException

      public SqlException()
      Instantiates a new sql exception.
    • SqlException

      public SqlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new sql exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • SqlException

      public SqlException(String message, Throwable cause)
      Instantiates a new sql exception.
      Parameters:
      message - the message
      cause - the cause
    • SqlException

      public SqlException(String message)
      Instantiates a new sql exception.
      Parameters:
      message - the message
    • SqlException

      public SqlException(Throwable cause)
      Instantiates a new sql exception.
      Parameters:
      cause - the cause