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
This exception denotes an error while submitting a job to the JobManager.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobSubmissionException(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
getJobIDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobSubmissionException
-
JobSubmissionException
-