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 Summary
ConstructorsConstructorDescriptionFlinkJobTerminatedWithoutCancellationException(org.apache.flink.api.common.JobID jobId, org.apache.flink.api.common.JobStatus jobStatus) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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()
-