Class DerbySQLIntegrityConstraintViolationException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class DerbySQLIntegrityConstraintViolationException extends SQLIntegrityConstraintViolationException
See Also:
  • Field Details

    • tableName

      private String tableName
    • constraintName

      private String constraintName
  • Constructor Details

    • DerbySQLIntegrityConstraintViolationException

      public DerbySQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Throwable cause, Object argsOne, Object argsTwo)
    • DerbySQLIntegrityConstraintViolationException

      public DerbySQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Object argsOne, Object argsTwo)
  • Method Details

    • getTableName

      public String getTableName()
    • getConstraintName

      public String getConstraintName()