Package org.cyclos.model
Class ConstraintViolatedOnRemoveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.DataAccessException
-
- org.cyclos.model.ConstraintViolatedOnRemoveException
-
- All Implemented Interfaces:
Serializable
public class ConstraintViolatedOnRemoveException extends DataAccessException
Error while removing an entity due to constraints- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintViolatedOnRemoveException()ConstraintViolatedOnRemoveException(String message)ConstraintViolatedOnRemoveException(String message, Throwable cause)ConstraintViolatedOnRemoveException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getMessage, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConstraintViolatedOnRemoveException
public ConstraintViolatedOnRemoveException()
-
ConstraintViolatedOnRemoveException
public ConstraintViolatedOnRemoveException(String message)
-
ConstraintViolatedOnRemoveException
public ConstraintViolatedOnRemoveException(String message, Throwable cause)
-
ConstraintViolatedOnRemoveException
public ConstraintViolatedOnRemoveException(Throwable cause)
-
-