public class JobExecutionException extends Exception
JobClient
.Constructor and Description |
---|
JobExecutionException(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) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.api.common.JobID |
getJobID() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobExecutionException(org.apache.flink.api.common.JobID jobID, String msg, Throwable cause)
msg
- The cause for the execution exception.cause
- The cause of the exceptionpublic JobExecutionException(org.apache.flink.api.common.JobID jobID, String msg)
public JobExecutionException(org.apache.flink.api.common.JobID jobID, Throwable cause)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.