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.HttpException
                  extended byorg.apache.commons.httpclient.HttpRecoverableException
All Implemented Interfaces:
java.io.Serializable

Deprecated. no longer used

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: 1.15 $ $Date: 2004/07/05 22:46:58 $
Author:
Unascribed
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
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.
 
Methods inherited from class org.apache.commons.httpclient.HttpException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpRecoverableException

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


HttpRecoverableException

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

Parameters:
message - exception message


Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.