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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SuspendedEntityInteractionException
public SuspendedEntityInteractionException(String message)
Copyright © 2015 camunda services GmbH. All rights reserved.