org.apache.commons.httpclient
Class HttpRecoverableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.commons.httpclient.URIException
                          |
                          +--org.apache.commons.httpclient.HttpException
                                |
                                +--org.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

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, 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

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 © 2001-2004 Apache Software Foundation. All Rights Reserved.