Package org.nuxeo.ecm.core.api
Class LockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.core.api.LockException
- All Implemented Interfaces:
Serializable
Exception thrown when failing to lock or unlock a document.
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode -
Constructor Summary
ConstructorsConstructorDescriptionLockException(int statusCode) LockException(String message) LockException(String message, int statusCode) LockException(String message, Throwable cause) LockException(String message, Throwable cause, int statusCode) LockException(Throwable cause) LockException(Throwable cause, int statusCode) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockException
public LockException() -
LockException
-
LockException
-
LockException
-
LockException
public LockException(int statusCode) - Since:
- 11.1
-
LockException
- Since:
- 11.1
-
LockException
- Since:
- 11.1
-
LockException
- Since:
- 11.1
-