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:
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(String message)
NotResumedException(String message, String processEngineError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProcessEngineError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-