public class JobExecutionException extends Exception
JobClient if a Nephele job has been aborted either as a result of a user
request or an error which occurred during the execution.| Constructor and Description |
|---|
JobExecutionException(String msg,
boolean canceledByUser)
Constructs a new job execution exception.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJobCanceledByUser()
Returns
true if the job has been aborted as a result of a user request, false
otherwise. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JobExecutionException(String msg, boolean canceledByUser)
msg - the message that shall be encapsulated by this exceptioncanceledByUser - true if the job has been aborted as a result of a user request, false otherwiseCopyright © 2015 The Apache Software Foundation. All rights reserved.