Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bonitasoft.web.client.exception.ClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicatedProcessException,LicenseException,NotFoundException,ProcessActivationException,UnauthorizedException
Base class for all exceptions that occur with the deployer client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientException(String message) ClientException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
-
ClientException
-