org.apache.commons.httpclient
Class HttpRecoverableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.commons.httpclient.URIException
                  extended byorg.apache.commons.httpclient.HttpException
                      extended byorg.apache.commons.httpclient.HttpRecoverableException
All Implemented Interfaces:
Serializable

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.

Version:
$Revision: 1.7.2.1 $ $Date: 2004/02/22 18:21:13 $
Author:
Unascribed
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.httpclient.URIException
ESCAPING, PARSING, PUNYCODE, reason, reasonCode, UNKNOWN, UNSUPPORTED_ENCODING
 
Constructor Summary
HttpRecoverableException()
          Creates a new HttpRecoverableException.
HttpRecoverableException(String message)
          Creates a new HttpRecoverableException with the specified message.
 
Methods inherited from class org.apache.commons.httpclient.URIException
getReason, getReasonCode, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpRecoverableException

public HttpRecoverableException()
Creates a new HttpRecoverableException.


HttpRecoverableException

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

Parameters:
message - exception message


Copyright (c) 1999-2002 - Apache Software Foundation