org.camunda.bpm.engine
Class SuspendedEntityInteractionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.BadUserRequestException
                      extended by org.camunda.bpm.engine.exception.NotAllowedException
                          extended by 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

Constructor Summary
SuspendedEntityInteractionException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuspendedEntityInteractionException

public SuspendedEntityInteractionException(String message)


Copyright © 2017 camunda services GmbH. All rights reserved.