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:
java.io.Serializable
public class EngineClientException extends java.lang.Exception
- Author:
- Tassilo Weidner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description EngineClientException(java.lang.String message)
protected
EngineClientException(java.lang.String message, java.lang.Throwable e)
EngineClientException(java.lang.Throwable throwable)
-