public final class ExecutionException extends CommandException
This class is not intended to be extended by clients.
| Constructor and Description |
|---|
ExecutionException(java.lang.String message)
Creates a new instance of this class with the specified detail message.
|
ExecutionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of this class with the specified detail message
and cause.
|
getCausepublic ExecutionException(java.lang.String message)
message - the detail message; may be null.public ExecutionException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message; may be null.cause - the cause; may be null.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.