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.NuxeoExceptionstatusCode
 
- 
 - 
Constructor SummaryConstructors 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.NuxeoExceptionaddInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DirectoryExceptionpublic DirectoryException() 
 - 
DirectoryExceptionpublic DirectoryException(String message) 
 - 
DirectoryExceptionpublic DirectoryException(Throwable cause) 
 - 
DirectoryExceptionpublic DirectoryException(int statusCode) - Since:
- 11.1
 
 - 
DirectoryExceptionpublic DirectoryException(String message, int statusCode) - Since:
- 11.1
 
 - 
DirectoryExceptionpublic DirectoryException(String message, Throwable cause, int statusCode) - Since:
- 11.1
 
 - 
DirectoryExceptionpublic DirectoryException(Throwable cause, int statusCode) - Since:
- 11.1
 
 
- 
 
-