Class FlinkJobNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.messages.FlinkJobNotFoundException
-
- All Implemented Interfaces:
Serializable
public class FlinkJobNotFoundException extends FlinkException
Exception indicating that we could not find a Flink job with the given job ID.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlinkJobNotFoundException(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
-
FlinkJobNotFoundException
public FlinkJobNotFoundException(JobID jobId)
-
-