org.nuxeo.ecm.directory
Class DirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.directory.DirectoryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SizeLimitExceededException, UniqueResultException
public class DirectoryException
- extends ClientException
An exception thrown when a communication error occurs during an operation
on an NXDirectory.
- Author:
- glefter@nuxeo.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DirectoryException
public DirectoryException()
DirectoryException
public DirectoryException(String message,
Throwable th)
DirectoryException
public DirectoryException(String message)
DirectoryException
public DirectoryException(Throwable th)
wrap
public static DirectoryException wrap(Throwable exception)
- Wraps the received exception into a
ClientException
.
Copyright © 2011 Nuxeo SAS. All Rights Reserved.