| public class java.util.concurrent ExecutionException
|
Java SE 6 |
#getCause() method.
| since | 1.5 |
| See also | java.util.concurrent.Future |
| Constructors | |||||
|---|---|---|---|---|---|
| protected | ExecutionException() Constructs an ExecutionException with no detail message. The cause is not initialized, and may subsequently be initialized by a call to initCause.
| ||||
| protected | ExecutionException(String message) Details
Constructs an ExecutionException with the specified detail
message. The cause is not initialized, and may subsequently be
initialized by a call to initCause.
| ||||
| public | ExecutionException(String message, Throwable cause) Details
Constructs an ExecutionException with the specified detail
message and cause.
| ||||
| public | ExecutionException(Throwable cause) Details
Constructs an ExecutionException with the specified cause.
The detail message is set to:
(cause == null ? null : cause.toString())(which typically contains the class and detail message of cause).
| ||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|