Package org.nuxeo.ecm.directory
Class DirectorySecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.directory.DirectoryException
-
- org.nuxeo.ecm.directory.DirectorySecurityException
-
- All Implemented Interfaces:
Serializable
public class DirectorySecurityException extends DirectoryException
Exception thrown when access to a directory is denied.Access can be denied for Read/Write when the directory is configured with permissions or is read-only and the current user does not have adequate privileges for the attempted method.
- Since:
- 8.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description DirectorySecurityException()
DirectorySecurityException(String message)
DirectorySecurityException(String message, Throwable cause)
DirectorySecurityException(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
-
-