java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.exceptions.DRException
com.pervasive.datarush.graphs.GraphCancellationException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphCancellationException
Creates an exception- Parameters:
name- Name of the source of the exception
-