Class DerbySQLIntegrityConstraintViolationException

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

    public class DerbySQLIntegrityConstraintViolationException
    extends java.sql.SQLIntegrityConstraintViolationException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String constraintName  
      private java.lang.String tableName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConstraintName()  
      java.lang.String getTableName()  
      • Methods inherited from class java.sql.SQLException

        getErrorCode, getNextException, getSQLState, iterator, setNextException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • tableName

        private java.lang.String tableName
      • constraintName

        private java.lang.String constraintName
    • Constructor Detail

      • DerbySQLIntegrityConstraintViolationException

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

        public DerbySQLIntegrityConstraintViolationException​(java.lang.String reason,
                                                             java.lang.String SQLState,
                                                             int vendorCode,
                                                             java.lang.Object argsOne,
                                                             java.lang.Object argsTwo)
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
      • getConstraintName

        public java.lang.String getConstraintName()