Class DeleteConstraintException

All Implemented Interfaces:
Serializable

public final class DeleteConstraintException extends ACDPException
Thrown if the user tries to delete a row with a value of the reference counter greater than zero which means that the row is referenced by this or some other row.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • DeleteConstraintException

      public DeleteConstraintException(acdp.internal.Table_ table, String message)
      Constructs this type of exception with a detailed message composed from the specified table and the specified message.
      Parameters:
      table - The table.
      message - The message.