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
public class LockException extends NuxeoException
Exception thrown when failing to lock or unlock a document.
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description LockException()
LockException(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, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LockException
public LockException()
-
LockException
public LockException(String message)
-
LockException
public LockException(Throwable cause)
-
LockException
public LockException(int statusCode)
- Since:
- 11.1
-
LockException
public LockException(String message, int statusCode)
- Since:
- 11.1
-
LockException
public LockException(Throwable cause, int statusCode)
- Since:
- 11.1
-
-