Package ch.tocco.nice2.persist.core.api
Class OutdatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.model.entity.api.BaseRuntimeException
ch.tocco.nice2.persist.core.api.PersistException
ch.tocco.nice2.persist.core.api.OutdatedException
- All Implemented Interfaces:
Serializable
Thrown when update action fails because saved record is
outdated (version field on record is used therefore).
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOutdatedException
(String message) OutdatedException
(String message, Throwable cause) OutdatedException
(Throwable cause) -
Method Summary
Methods inherited from class ch.tocco.nice2.persist.core.api.PersistException
getErrorKey, isErrorKeyPresent, removeErrorKey, setErrorKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_KEY
- See Also:
-
-
Constructor Details
-
OutdatedException
public OutdatedException() -
OutdatedException
-
OutdatedException
-
OutdatedException
-