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 org.apache.flink.util.FlinkException
Exception indicating that we could not find a Flink job with the given job ID.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlinkJobNotFoundException
public FlinkJobNotFoundException(org.apache.flink.api.common.JobID jobId)
-