Package org.camunda.bpm.engine
Class SuspendedEntityInteractionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.BadUserRequestException
org.camunda.bpm.engine.exception.NotAllowedException
org.camunda.bpm.engine.SuspendedEntityInteractionException
- All Implemented Interfaces:
Serializable
This exception is thrown, if an operation that requires a non-suspended entity (execution, task, process definition)
is executed on a suspended one.
- Author:
- Thorben Lindhauer
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SuspendedEntityInteractionException
-