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:
    Serialized Form
    • Constructor Detail

      • InfiniteRecursionException

        public InfiniteRecursionException​(NodeID nodeId)
    • Method Detail

      • getNodeId

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