@Internal
public class UnsuccessfulExecutionException
extends org.apache.flink.runtime.client.JobExecutionException
ApplicationStatus.| Constructor and Description |
|---|
UnsuccessfulExecutionException(org.apache.flink.api.common.JobID jobID,
org.apache.flink.runtime.clusterframework.ApplicationStatus status,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static UnsuccessfulExecutionException |
fromJobResult(org.apache.flink.runtime.jobmaster.JobResult result,
ClassLoader userClassLoader) |
org.apache.flink.runtime.clusterframework.ApplicationStatus |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic org.apache.flink.runtime.clusterframework.ApplicationStatus getStatus()
public static UnsuccessfulExecutionException fromJobResult(org.apache.flink.runtime.jobmaster.JobResult result, ClassLoader userClassLoader)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.