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
public class ClientException extends RuntimeException
Base class for all exceptions that occur with the deployer client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(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
-
-