org.apache.commons.httpclient

Class HttpRecoverableException

public class HttpRecoverableException extends HttpException

Deprecated: no longer used

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 getCause method.

Version: $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $

Author: Unascribed

Constructor Summary
HttpRecoverableException()
Creates a new HttpRecoverableException with a null detail message.
HttpRecoverableException(String message)
Creates a new HttpRecoverableException with the specified detail message.

Constructor Detail

HttpRecoverableException

public HttpRecoverableException()
Creates a new HttpRecoverableException with a null detail message.

HttpRecoverableException

public HttpRecoverableException(String message)
Creates a new HttpRecoverableException with the specified detail message.

Parameters: message exception message

Copyright (c) 1999-2005 - Apache Software Foundation