Class ConstraintViolationException

All Implemented Interfaces:
Serializable

public class ConstraintViolationException extends StatementFailedException
See Also:
  • Field Details

    • errorType

      public static final ErrorType errorType
  • Constructor Details

    • ConstraintViolationException

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