Package org.nuxeo.client.spi
Class NuxeoClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.client.spi.NuxeoClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NuxeoClientRemoteException
public class NuxeoClientException extends java.lang.RuntimeException- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NuxeoClientException(java.lang.String message)NuxeoClientException(java.lang.String message, java.lang.Throwable cause)Constructor for exceptions in client.
-