|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--HTTPClient.RetryException
Signals that an exception was thrown and caught, and the request was retried.
| Field Summary |
| Type | Field |
|---|---|
(package private) boolean |
conn_reset
was this exception generated because of an abnormal connection reset? |
(package private) java.io.IOException |
exception
the original exception which caused the connection to be closed. |
(package private) RetryException |
first
the start of the liked list |
(package private) boolean |
firstByte
occured reading first byte |
(package private) RetryException |
next
the next exception in the list |
(package private) Request |
request
the request to retry |
(package private) Response |
response
the response associated with the above request |
(package private) boolean |
restart
restart processing? |
| Constructor Summary |
RetryException()
Constructs an RetryException with no detail message. |
RetryException(java.lang.String s)
Constructs an RetryException class with the specified detail message. |
| Method Summary |
| Type | Method |
|---|---|
(package private) void |
addToListAfter(RetryException re)
Inserts this exception into the list. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Request request
Response response
RetryException first
RetryException next
java.io.IOException exception
boolean conn_reset
boolean restart
boolean firstByte
| Constructor Detail |
public RetryException()
public RetryException(java.lang.String s)
s - the String containing a detail message| Method Detail |
void addToListAfter(RetryException re)
re - the retry exception after which to add this one
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||