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

public class HttpException
extends java.lang.Exception

Signals that an HTTP or HTTP Client exception has occurred.

Version:
$Revision: 1.4 $ $Date: 2001/10/04 17:49:12 $
See Also:
Serialized Form

Constructor Summary
HttpException()
           
HttpException(java.lang.String 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()

HttpException

public HttpException(java.lang.String message)


Copyright (c) 2001 - Apache Software Foundation