Class HttpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--HttpException
Direct Known Subclasses:
RedirectException

public class HttpException
extends java.io.IOException
implements HttpProcessor

See Also:
Serialized Form

Field Summary
protected  int code
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
HttpException(int code, java.lang.String detail)
           
 
Method Summary
 void processRequest(HttpOutputStream out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

code

protected int code
Constructor Detail

HttpException

public HttpException(int code,
                     java.lang.String detail)
Method Detail

processRequest

public void processRequest(HttpOutputStream out)
                    throws java.io.IOException
Specified by:
processRequest in interface HttpProcessor