public class ExecutionException extends TaskException
| Constructor and Description |
|---|
ExecutionException() |
ExecutionException(java.lang.String message) |
ExecutionException(java.lang.String message,
int errorCode) |
ExecutionException(java.lang.String message,
java.lang.Throwable cause) |
ExecutionException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
void |
setErrorCode(int code) |
public ExecutionException()
public ExecutionException(java.lang.String message)
public ExecutionException(java.lang.String message,
int errorCode)
public ExecutionException(java.lang.String message,
java.lang.Throwable cause)
public ExecutionException(java.lang.Throwable cause)
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.