ariba.util.core
Class RejectedExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RejectedExecutionException()
           
RejectedExecutionException(java.lang.String message)
           
RejectedExecutionException(java.lang.String message, java.lang.Throwable cause)
           
RejectedExecutionException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.