public class JobExecutionException extends FlinkException
Constructor and Description |
---|
JobExecutionException(JobID jobID,
String msg) |
JobExecutionException(JobID jobID,
String msg,
Throwable cause)
Constructs a new job execution exception.
|
JobExecutionException(JobID jobID,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
JobID |
getJobID() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobExecutionException(JobID jobID, String msg, Throwable cause)
jobID
- The job's ID.msg
- The cause for the execution exception.cause
- The cause of the exceptionpublic JobID getJobID()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.