|
|||||||||
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 | +--org.apache.commons.httpclient.HttpException | +--org.apache.commons.httpclient.HttpRecoverableException
Signals that an HTTP or HttpClient exception has occurred. This exception may have been caused by a transient error and the request may be retried.
Constructor Summary | |
HttpRecoverableException()
Creates a new HttpRecoverableException. |
|
HttpRecoverableException(java.lang.String message)
Creates a new HttpRecoverableException with the specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HttpRecoverableException()
public HttpRecoverableException(java.lang.String message)
message
- exception message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |