Class StatementFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConstraintViolationException

public class StatementFailedException extends EmpireSQLException
See Also:
  • Field Details

    • errorType

      public static final ErrorType errorType
  • Constructor Details

    • StatementFailedException

      public StatementFailedException(DBMSHandler dbms, String sqlCmd, SQLException cause)
      Constructor for StatementFailedException
      Parameters:
      dbms - the DBMS
      sqlCmd - the failed SQL command
      cause - the SQLException
    • StatementFailedException

      protected StatementFailedException(ErrorType type, String[] params, int nativeErrorIndex, SQLException cause)
      Constructor for derived classes only
      Parameters:
      type - the error type
      params - the error params
      nativeErrorIndex - the navtive error index
      cause - the causing exception
  • Method Details