Package org.lifstools.jgoslin.domain
Class ConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lifstools.jgoslin.domain.LipidException
org.lifstools.jgoslin.domain.ConstraintViolationException
- All Implemented Interfaces:
Serializable
An exception that is thrown to indicate that preconditions have been
violated.
- Author:
- Dominik Kopczynski, Nils Hoffmann
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ConstraintViolationException
(String message) ConstraintViolationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstraintViolationException
protected ConstraintViolationException() -
ConstraintViolationException
-
ConstraintViolationException
-
ConstraintViolationException
-