org.apache.commons.httpclient
Class HttpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.httpclient.HttpException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpRecoverableException

public class HttpException
extends java.lang.Exception

Signals that an HTTP or HttpClient exception has occurred.

Version:
$Revision: 1.8 $ $Date: 2002/09/03 01:36:26 $
See Also:
Serialized Form

Constructor Summary
HttpException()
          Creates a new HttpException.
HttpException(java.lang.String message)
          Creates a new HttpException with the specified message.
 
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

HttpException

public HttpException()
Creates a new HttpException.

HttpException

public HttpException(java.lang.String message)
Creates a new HttpException with the specified message.
Parameters:
message - exception message


Copyright (c) 2001 - Apache Software Foundation