Class IntegrityViolationException

All Implemented Interfaces:
Serializable

public final class IntegrityViolationException extends ConstraintViolationException
Signals, that an attempt to delete an item has been failed, because some other item point to that item with some item field.

Also knows as foreign key constraint violation.

This exception is thrown by Item.deleteCopeItem().

Author:
Ralf Wiebicke
See Also: