Package org.apache.flink.runtime.client
Class JobSubmissionException
- 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.JobSubmissionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateJobSubmissionException
public class JobSubmissionException extends JobExecutionException
This exception denotes an error while submitting a job to the JobManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobSubmissionException(org.apache.flink.api.common.JobID jobID, String msg)
JobSubmissionException(org.apache.flink.api.common.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
-
-