org.apache.commons.httpclient
public class HttpRecoverableException extends HttpException
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. It may be possible to retrieve the underlying transient
error via the inherited HttpException.getCause() method.
| Constructor and Description |
|---|
HttpRecoverableException()
Deprecated.
Creates a new HttpRecoverableException with a null detail message.
|
HttpRecoverableException(java.lang.String message)
Deprecated.
Creates a new HttpRecoverableException with the specified detail message.
|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCodepublic HttpRecoverableException()
public HttpRecoverableException(java.lang.String message)
message - exception message