|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--HttpException
|
+--RedirectException
| 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 |
|
| Field Detail |
protected java.lang.String location
| Constructor Detail |
public RedirectException(int code,
java.lang.String location)
| Method Detail |
public void processRequest(HttpOutputStream out)
throws java.io.IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||