Class 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:
  • Constructor Details

    • SuspendedEntityInteractionException

      public SuspendedEntityInteractionException(String message)