| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException HTTPClient.RetryException
RetryException | class RetryException extends IOException (Code) | | Signals that an exception was thrown and caught, and the request was
retried.
version: 0.3-2 18/06/1999 author: Ronald Tschalär |
Constructor Summary | |
public | RetryException() Constructs an RetryException with no detail message. | public | RetryException(String s) Constructs an RetryException class with the specified detail message. |
conn_reset | boolean conn_reset(Code) | | was this exception generated because of an abnormal connection reset?
|
exception | IOException exception(Code) | | the original exception which caused the connection to be closed.
|
response | Response response(Code) | | the response associated with the above request
|
restart | boolean restart(Code) | | restart processing?
|
RetryException | public RetryException()(Code) | | Constructs an RetryException with no detail message.
A detail message is a String that describes this particular exception.
|
RetryException | public RetryException(String s)(Code) | | Constructs an RetryException class with the specified detail message.
A detail message is a String that describes this particular exception.
Parameters: s - the String containing a detail message |
addToListAfter | void addToListAfter(RetryException re)(Code) | | Inserts this exception into the list.
Parameters: re - the retry exception after which to add this one |
|
|
|