org.apache.commons.httpclient
Class HttpRecoverableException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               org.apache.commons.httpclient.HttpException
org.apache.commons.httpclient.HttpException
                   org.apache.commons.httpclient.HttpRecoverableException
org.apache.commons.httpclient.HttpRecoverableException
- All Implemented Interfaces: 
- 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: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
- Author:
- Unascribed
- See Also:
- Serialized Form
 
 
 
 
 
HttpRecoverableException
public HttpRecoverableException()
- Deprecated. - Creates a new HttpRecoverableException with a null detail message.
 
HttpRecoverableException
public HttpRecoverableException(String message)
- Deprecated. - Creates a new HttpRecoverableException with the specified detail message.
 
- Parameters:
- message- exception message
 
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.