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:
  • Constructor Details

    • JobCancellationException

      public JobCancellationException(org.apache.flink.api.common.JobID jobID, String msg, Throwable cause)