Package org.nuxeo.ecm.directory
Class OperationNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.core.api.RecoverableClientException
-
- org.nuxeo.ecm.directory.OperationNotAllowedException
-
- All Implemented Interfaces:
Serializable
public class OperationNotAllowedException extends RecoverableClientException
Exception thrown when an operation is not allowed on a given directory entry.- Since:
- 5.7
- Author:
- Thomas Roger
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.api.RecoverableClientException
RecoverableClientException.Severity
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.RecoverableClientException
localizedMessage, params, severity
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description OperationNotAllowedException(String message, String localizedMessage, String[] params)
OperationNotAllowedException(String message, String localizedMessage, String[] params, Throwable cause)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.api.RecoverableClientException
geLocalizedMessageParams, getLocalizedMessage, getSeverity, setSeverity
-
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, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-