Package org.camunda.bpm.client.exception
Class NotResumedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.client.exception.ExternalTaskClientException
-
- org.camunda.bpm.client.exception.NotResumedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotResumedException extends ExternalTaskClientException
Exception is thrown if the corresponding process instance could not be resumed
- Author:
- Tassilo Weidner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotResumedException(java.lang.String message)
NotResumedException(java.lang.String message, java.lang.String processEngineError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProcessEngineError()
-