Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory
Class DirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
              extended by 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

Constructor Summary
DirectoryException()
           
DirectoryException(String message)
           
DirectoryException(String message, Throwable th)
           
DirectoryException(Throwable th)
           
 
Method Summary
static DirectoryException wrap(Throwable exception)
          Wraps the received exception into a ClientException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryException

public DirectoryException()

DirectoryException

public DirectoryException(String message,
                          Throwable th)

DirectoryException

public DirectoryException(String message)

DirectoryException

public DirectoryException(Throwable th)
Method Detail

wrap

public static DirectoryException wrap(Throwable exception)
Wraps the received exception into a ClientException.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.