Package org.camunda.bpm.client.exception
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.client.exception.ExternalTaskClientException
org.camunda.bpm.client.exception.RestException
org.camunda.bpm.client.exception.EngineException
- All Implemented Interfaces:
- Serializable
Thrown if something went wrong during the engine execution (e.g., a persistence exception occurred).
- See Also:
- 
Field SummaryFields inherited from class org.camunda.bpm.client.exception.RestExceptioncode, httpStatusCode, type
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.camunda.bpm.client.exception.RestExceptiongetCode, getHttpStatusCode, getType, setCode, setHttpStatusCode, setTypeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EngineException
 
-