Package org.apache.flink.runtime.client
Class JobInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.client.JobExecutionException
org.apache.flink.runtime.client.JobInitializationException
- All Implemented Interfaces:
Serializable
An exception indicating that the job has failed in the INITIALIZING job status.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobInitializationException(org.apache.flink.api.common.JobID jobID, String msg, Throwable cause) -
Method Summary
Methods inherited from class org.apache.flink.runtime.client.JobExecutionException
getJobIDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobInitializationException
-