- 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
public class GraphCancellationException extends DRException
Thrown to indicate the cancellation of a running dataflow graph. If a running graph is canceled usingLogicalGraphInstance.abort()
, this exception will be raised.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphCancellationException(String name)
Creates an exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GraphCancellationException
public GraphCancellationException(String name)
Creates an exception- Parameters:
name
- Name of the source of the exception
-
-