@Deprecated public final class ExecutionException extends CommandException
This class is not intended to be extended by clients.
ExecutionException
,
Serialized FormConstructor and Description |
---|
ExecutionException(ExecutionException e)
Deprecated.
Constructs a new instance of
ExecutionException using an
instance of the new ExecutionException . |
ExecutionException(String message,
Throwable cause)
Deprecated.
Creates a new instance of this class with the specified detail message
and cause.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public ExecutionException(ExecutionException e)
ExecutionException
using an
instance of the new ExecutionException
.e
- The exception from which this exception should be created;
must not be null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.