Class InfiniteRecursionException

All Implemented Interfaces:
Serializable

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

    • InfiniteRecursionException

      public InfiniteRecursionException(NodeID nodeId)
  • Method Details

    • getNodeId

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