Package org.cyclos.model
Class StaleEntityException
- 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.StaleEntityException
-
- All Implemented Interfaces:
Serializable
public class StaleEntityException extends DataAccessException
Exception thrown on attempts to save an entity which has been modified by another user / thread- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleEntityException()StaleEntityException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StaleEntityException
public StaleEntityException()
-
StaleEntityException
public StaleEntityException(Throwable cause)
-
-