Class JobNotFinishedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.JobException
-
- org.apache.flink.runtime.jobmaster.JobNotFinishedException
-
- All Implemented Interfaces:
Serializable
public class JobNotFinishedException extends JobException
Exception indicating that a Flink job has not been finished.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobNotFinishedException(JobID jobId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JobNotFinishedException
public JobNotFinishedException(JobID jobId)
-
-