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.JobExecutionExceptionException that signals the failure of an application with a givenApplicationStatus.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsuccessfulExecutionException(org.apache.flink.api.common.JobID jobID, org.apache.flink.runtime.clusterframework.ApplicationStatus status, String message, Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnsuccessfulExecutionExceptionfromJobResult(org.apache.flink.runtime.jobmaster.JobResult result, ClassLoader userClassLoader)org.apache.flink.runtime.clusterframework.ApplicationStatusgetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getStatus
public org.apache.flink.runtime.clusterframework.ApplicationStatus getStatus()
-
fromJobResult
public static UnsuccessfulExecutionException fromJobResult(org.apache.flink.runtime.jobmaster.JobResult result, ClassLoader userClassLoader)
-
-