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.SuspendedEntityInteractionException
- All Implemented Interfaces:
- Serializable
public class SuspendedEntityInteractionException
- extends ProcessEngineException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SuspendedEntityInteractionException
public SuspendedEntityInteractionException(String message)
Copyright © 2014 camunda services GmbH. All Rights Reserved.