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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.