Package org.nuxeo.ecm.core.api
Class ConcurrentUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.core.api.ConcurrentUpdateException
- All Implemented Interfaces:
Serializable
An exception thrown if a concurrent update was detected.
Helpful for callers that may want to retry things.
- Since:
- 5.8
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
Constructor Summary
ConstructorDescriptionConcurrentUpdateException
(String message) ConcurrentUpdateException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentUpdateException
public ConcurrentUpdateException() -
ConcurrentUpdateException
-
ConcurrentUpdateException
-
ConcurrentUpdateException
-