| public class java.util.concurrent RejectedExecutionException
|
Java SE 6 |
| Constructors | |||||
|---|---|---|---|---|---|
| public | RejectedExecutionException() Constructs a RejectedExecutionException with no detail message. The cause is not initialized, and may subsequently be initialized by a call to initCause.
| ||||
| public | RejectedExecutionException(String message) Constructs a RejectedExecutionException with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to initCause.
| ||||
| public | RejectedExecutionException(String message, Throwable cause) Constructs a RejectedExecutionException with the specified detail message and cause.
| ||||
| public | RejectedExecutionException(Throwable cause) Constructs a RejectedExecutionException 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 |
![]() |
![]() |
|