Package org.camunda.bpm.client.impl
Class EngineClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.camunda.bpm.client.impl.EngineClientException
-
- All Implemented Interfaces:
Serializable
public class EngineClientException extends Exception
- Author:
- Tassilo Weidner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description EngineClientException(String message)
protected
EngineClientException(String message, Throwable e)
EngineClientException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-