getCause()
method.
Future
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
protected | |
protected | ExecutionException(String
the detail message message)Constructs an |
public | ExecutionException(String
the detail message message, Throwable the cause (which is saved for later retrieval by the
cause)getCause() method)Constructs an |
public | ExecutionException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method)Constructs an |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
ExecutionException | back to summary |
---|---|
protected ExecutionException() Constructs an |
ExecutionException | back to summary |
---|---|
protected ExecutionException(String message) Constructs an
|
ExecutionException | back to summary |
---|---|
public ExecutionException(String message, Throwable cause) Constructs an
|
ExecutionException | back to summary |
---|---|
public ExecutionException(Throwable cause) Constructs an
|