org.mortbay.jetty
Class RetryRequest
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.ThreadDeath
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RetryRequest
public RetryRequest()
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.