Class ConstraintViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.util.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:
  • Constructor Details

    • ConstraintViolationException

      public ConstraintViolationException()