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
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
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description SuspendedEntityInteractionException(String message)
-
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 Detail
-
SuspendedEntityInteractionException
public SuspendedEntityInteractionException(String message)
-
-