Package acdp.exceptions
Class DeleteConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
acdp.exceptions.ACDPException
acdp.exceptions.DeleteConstraintException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDeleteConstraintException
(acdp.internal.Table_ table, String message) Constructs this type of exception with a detailed message composed from the specified table and the specified message. -
Method Summary
Methods inherited from class acdp.exceptions.ACDPException
compose, prefix, prefix, prefix, prefix, prefix, prefix, prefix
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeleteConstraintException
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.
-