Class FlinkJobTerminatedWithoutCancellationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.messages.FlinkJobTerminatedWithoutCancellationException
All Implemented Interfaces:
Serializable

public class FlinkJobTerminatedWithoutCancellationException extends org.apache.flink.util.FlinkException
Exception indicating that the Flink job with the given job ID has terminated without cancellation.
See Also:
  • Constructor Details

    • FlinkJobTerminatedWithoutCancellationException

      public FlinkJobTerminatedWithoutCancellationException(org.apache.flink.api.common.JobID jobId, org.apache.flink.api.common.JobStatus jobStatus)
  • Method Details

    • getJobStatus

      public org.apache.flink.api.common.JobStatus getJobStatus()