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

      • InfiniteLoopException

        public InfiniteLoopException​(NodeID nodeId)
    • Method Detail

      • getNodeId

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