org.apache.commons.httpclient

Class HttpRecoverableException


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.
Version:
$Revision: 155418 $ $Date: 2005-02-26 08:01:52 -0500 (Sat, 26 Feb 2005) $
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.

Method Summary

Methods inherited from class org.apache.commons.httpclient.HttpException

getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode

Constructor Details

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