Class CancelTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.execution.CancelTaskException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProducerFailedException
Thrown to trigger a canceling of the executing task. Intended to cause a cancelled status, rather
than a failed status.
- 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
-
CancelTaskException
-
CancelTaskException
-
CancelTaskException
public CancelTaskException()
-