ariba.util.core
Class RejectedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ariba.util.core.RejectedExecutionException
- All Implemented Interfaces:
- Serializable
public class RejectedExecutionException
- extends RuntimeException
Exception thrown by an Executor when a task cannot be
accepted for execution.
Copy of java.util.concurrent.RejectedExecutionException which is
part of Java 5.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RejectedExecutionException
public RejectedExecutionException()
RejectedExecutionException
public RejectedExecutionException(String message)
RejectedExecutionException
public RejectedExecutionException(String message,
Throwable cause)
RejectedExecutionException
public RejectedExecutionException(Throwable cause)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.