Class ExecutionAbortedException

All Implemented Interfaces:
Serializable

public final class ExecutionAbortedException extends RuntimeException
Indicates that execution of a workflow node was aborted. This may happen, for example, when the limit for the maximum number of executed nodes is reached.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ExecutionAbortedException

      public ExecutionAbortedException(String message)
    • ExecutionAbortedException

      public ExecutionAbortedException(String message, Throwable cause)
    • ExecutionAbortedException

      public ExecutionAbortedException(Throwable cause)