Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NuxeoClientException

        public NuxeoClientException​(java.lang.String message)
      • NuxeoClientException

        public NuxeoClientException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructor for exceptions in client.