Class ConstraintViolationException

  • All Implemented Interfaces:
    Serializable

    public class ConstraintViolationException
    extends Exception
    A ConstraintViolationException represents the violation of some defined constraint, for example, deleting an entity that is referenced by another entity.
    Author:
    Ulrich Kreher
    See Also:
    Serialized Form
    • Constructor Detail

      • ConstraintViolationException

        public ConstraintViolationException()