Class RedirectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--HttpException
                          |
                          +--RedirectException

public class RedirectException
extends HttpException

See Also:
Serialized Form

Field Summary
protected  java.lang.String location
           
 
Fields inherited from class HttpException
code
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
RedirectException(int code, java.lang.String location)
           
 
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

location

protected java.lang.String location
Constructor Detail

RedirectException

public RedirectException(int code,
                         java.lang.String location)
Method Detail

processRequest

public void processRequest(HttpOutputStream out)
                    throws java.io.IOException
Overrides:
processRequest in class HttpException