net.noderunner.http
Class HttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.noderunner.http.HttpException
All Implemented Interfaces:
java.io.Serializable

public class HttpException
extends java.io.IOException

This exception is used to indicate the use of the HTTP protocol was incorrect.

See Also:
Serialized Form

Constructor Summary
HttpException()
          Construct a new HttpException with no message.
HttpException(java.lang.Exception e)
          Construct a new HttpException with cause.
HttpException(java.lang.String message)
          Construct a new HttpException with a message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpException

public HttpException(java.lang.String message)
Construct a new HttpException with a message.

Parameters:
message - explaination

HttpException

public HttpException()
Construct a new HttpException with no message.


HttpException

public HttpException(java.lang.Exception e)
Construct a new HttpException with cause.



Copyright © 2010. All Rights Reserved.