org.mortbay.jetty
Class RetryRequest

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.ThreadDeath
              extended by org.mortbay.jetty.RetryRequest
All Implemented Interfaces:
Serializable

public class RetryRequest
extends ThreadDeath

Retry Request This is thrown by a non-blocking Continuation such as SuspendableSelectChannelEndPoint. While it extends ThreadDeath, it does not actually stop the thread calling it. It extends ThreadDeath so as to be an Error that will not be caught by most frameworks.

Author:
gregw
See Also:
Serialized Form

Constructor Summary
RetryRequest()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryRequest

public RetryRequest()


Copyright © 2008 Mort Bay Consulting. All Rights Reserved.