Class InfiniteLoopException

All Implemented Interfaces:
Serializable

public class InfiniteLoopException extends AppException
Exception thrown when an infinite loop is detected in a flow execution.
Since:
11.1
Author:
Petru Galanton
See Also:
  • Constructor Details

    • InfiniteLoopException

      public InfiniteLoopException(NodeID nodeId)
  • Method Details

    • getNodeId

      public NodeID getNodeId()
      Returns:
      the id of the flow node where an infinite loop was detected