com.oaklandsw.http
Class HttpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.oaklandsw.http.URIException
                  extended bycom.oaklandsw.http.HttpException
All Implemented Interfaces:
java.io.Serializable

public class HttpException
extends URIException

Signals that an HTTP or HttpClient exception has occurred.

The usage of the reserved status and reason codes

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.oaklandsw.http.URIException
ESCAPING, PARSING, UNKNOWN, UNSUPPORTED_ENCODING
 
Constructor Summary
HttpException()
          Creates a new HttpException.
HttpException(java.lang.String message)
          Creates a new HttpException with the specified message.
 
Methods inherited from class com.oaklandsw.http.URIException
getReason, getReasonCode, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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 ⌐ 2002-2005 Oakland Software Incorporated. All Rights Reserved.