Package org.apache.flink.runtime.client
Class JobExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.client.JobExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JobCancellationException,JobInitializationException,JobSubmissionException
public class JobExecutionException
extends org.apache.flink.util.FlinkException
This exception is the base exception for all exceptions that denote any failure during the
execution of a job.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobExecutionException(org.apache.flink.api.common.JobID jobID, String msg) JobExecutionException(org.apache.flink.api.common.JobID jobID, String msg, Throwable cause) Constructs a new job execution exception.JobExecutionException(org.apache.flink.api.common.JobID jobID, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobExecutionException
Constructs a new job execution exception.- Parameters:
jobID- The job's ID.msg- The cause for the execution exception.cause- The cause of the exception
-
JobExecutionException
-
JobExecutionException
-
-
Method Details
-
getJobID
public org.apache.flink.api.common.JobID getJobID()
-