Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api
Class ClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotationException, AuditException, ConnectionException, ConversionException, DirectoryException, DocumentSecurityException, FileManagerPermissionException, GroupAlreadyExistsException, InvalidProxyDocOperation, JMSBusNotActiveException, NuxeoJbpmException, PreviewException, PropertyException, PublicationTreeNotAvailable, PublisherException, PublishingException, PublishingMarshalingException, PublishingValidatorException, SerializableEventBundle.CannotReconstruct, UserAlreadyExistsException

public class ClientException
extends Exception

The most generic exception thrown by the Nuxeo Core.

Author:
bstefanescu
See Also:
Serialized Form

Constructor Summary
ClientException()
           
ClientException(ClientException cause)
           
ClientException(String message)
           
ClientException(String message, ClientException cause)
           
ClientException(String message, Throwable cause)
           
ClientException(Throwable cause)
           
 
Method Summary
static ClientException wrap(Throwable exception)
           
 
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

ClientException

public ClientException()

ClientException

public ClientException(String message)

ClientException

public ClientException(String message,
                       ClientException cause)

ClientException

public ClientException(String message,
                       Throwable cause)

ClientException

public ClientException(Throwable cause)

ClientException

public ClientException(ClientException cause)
Method Detail

wrap

public static ClientException wrap(Throwable exception)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.