Class CheckViolationException

  • All Implemented Interfaces:
    Serializable

    public final class CheckViolationException
    extends ConstraintViolationException
    Signals, that an attempt to write an field has been failed, and the value to be set violated a check constraint. This exception will be thrown by Item.set and item constructors if that field is covered by a check constraint and the value to be set violated the constraint.
    Author:
    Ralf Wiebicke
    See Also:
    Serialized Form