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:
java.io.Serializable
public class SuspendedEntityInteractionException extends NotAllowedException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuspendedEntityInteractionException(java.lang.String message)
-