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
public class JobInitializationException extends JobExecutionException
An exception indicating that the job has failed in the INITIALIZING job status.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobInitializationException(JobID jobID, String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.client.JobExecutionException
getJobID
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-