Class WebserviceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.webservice.WebserviceException
All Implemented Interfaces:
Serializable

public class WebserviceException extends Exception
A generic exception raised by webservice methods
Since:
8.8.3
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • WebserviceException

      public WebserviceException()
    • WebserviceException

      public WebserviceException(String message)
    • WebserviceException

      public WebserviceException(Throwable cause)
    • WebserviceException

      public WebserviceException(String message, Throwable cause)