Class UnsuccessfulExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.client.JobExecutionException
org.apache.flink.client.deployment.application.UnsuccessfulExecutionException
- All Implemented Interfaces:
Serializable
@Internal
public class UnsuccessfulExecutionException
extends org.apache.flink.runtime.client.JobExecutionException
Exception that signals the failure of an application with a given
ApplicationStatus.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsuccessfulExecutionException(org.apache.flink.api.common.JobID jobID, org.apache.flink.runtime.clusterframework.ApplicationStatus status, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionfromJobResult(org.apache.flink.runtime.jobmaster.JobResult result, ClassLoader userClassLoader) org.apache.flink.runtime.clusterframework.ApplicationStatusMethods 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
-
UnsuccessfulExecutionException
-
-
Method Details
-
getStatus
public org.apache.flink.runtime.clusterframework.ApplicationStatus getStatus() -
fromJobResult
public static UnsuccessfulExecutionException fromJobResult(org.apache.flink.runtime.jobmaster.JobResult result, ClassLoader userClassLoader)
-