Class GraphCancellationException

All Implemented Interfaces:
Serializable

public class GraphCancellationException extends DRException
Thrown to indicate the cancellation of a running dataflow graph. If a running graph is canceled using LogicalGraphInstance.abort(), this exception will be raised.
See Also:
  • Constructor Details

    • GraphCancellationException

      public GraphCancellationException(String name)
      Creates an exception
      Parameters:
      name - Name of the source of the exception