ariba.util.core
Class RejectedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ariba.util.core.RejectedExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class RejectedExecutionException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RejectedExecutionException
public RejectedExecutionException()
RejectedExecutionException
public RejectedExecutionException(java.lang.String message)
RejectedExecutionException
public RejectedExecutionException(java.lang.String message,
java.lang.Throwable cause)
RejectedExecutionException
public RejectedExecutionException(java.lang.Throwable cause)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.