Package org.apache.flink.runtime.client
Class JobCancellationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.client.JobExecutionException
-
- org.apache.flink.runtime.client.JobCancellationException
-
- All Implemented Interfaces:
Serializable
public class JobCancellationException extends JobExecutionException
An exception which is thrown by the JobClient if a job is aborted as a result of a user cancellation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobCancellationException(org.apache.flink.api.common.JobID jobID, String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.client.JobExecutionException
getJobID
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-