Package org.nuxeo.ecm.directory
Class DirectoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.directory.DirectoryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DirectoryDeleteConstraintException
,DirectoryEntryNotFoundException
,DirectorySecurityException
,SizeLimitExceededException
public class DirectoryException extends NuxeoException
Exception thrown when dealing with a Directory.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description DirectoryException()
DirectoryException(int statusCode)
DirectoryException(String message)
DirectoryException(String message, int statusCode)
DirectoryException(String message, Throwable cause)
DirectoryException(String message, Throwable cause, int statusCode)
DirectoryException(Throwable cause)
DirectoryException(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
-
DirectoryException
public DirectoryException()
-
DirectoryException
public DirectoryException(String message, Throwable cause)
-
DirectoryException
public DirectoryException(String message)
-
DirectoryException
public DirectoryException(Throwable cause)
-
DirectoryException
public DirectoryException(int statusCode)
- Since:
- 11.1
-
DirectoryException
public DirectoryException(String message, int statusCode)
- Since:
- 11.1
-
DirectoryException
public DirectoryException(String message, Throwable cause, int statusCode)
- Since:
- 11.1
-
DirectoryException
public DirectoryException(Throwable cause, int statusCode)
- Since:
- 11.1
-
-