Class ExecutionAbortedError

  • All Implemented Interfaces:
    Serializable

    public final class ExecutionAbortedError
    extends Error
    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:
    Serialized Form
    • Constructor Detail

      • ExecutionAbortedError

        public ExecutionAbortedError​(String message)
      • ExecutionAbortedError

        public ExecutionAbortedError​(String message,
                                     Throwable cause)
      • ExecutionAbortedError

        public ExecutionAbortedError​(Throwable cause)