Class SqlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BulkSqlException, ColumnNotFoundException, ConcurrencySqlException, DataTruncationException, InvalidSqlException, SqlScriptException, TableNotFoundException, UniqueKeyException

public class SqlException extends RuntimeException
See Also:
  • Constructor Details

    • SqlException

      public SqlException()
    • SqlException

      public SqlException(String message, Throwable cause)
    • SqlException

      public SqlException(String message)
    • SqlException

      public SqlException(Throwable cause)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getRootCause

      public Throwable getRootCause()
    • getRootMessage

      public String getRootMessage()