Class SilentSQLException

All Implemented Interfaces:
Serializable

public class SilentSQLException extends RuntimeException
An Exception class to wrap SQLExceptions to be thrown silently.
See Also:
  • Constructor Details

    • SilentSQLException

      public SilentSQLException(SQLException parent)
  • Method Details

    • getParent

      public SQLException getParent()
    • getSQLState

      public String getSQLState()
    • getErrorCode

      public int getErrorCode()