All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.http.exception.RedirectionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----novocode.netforge.http.exception.SendableException
|
+----novocode.netforge.http.exception.RedirectionException
- public class RedirectionException
- extends SendableException
Field Index
- o
code
-
- o
location
-
Constructor Index
- o
RedirectionException(int, String)
-
Method Index
- o
getResponse(Responder, Request)
-
o
code
public int code
o
location
public String location
o
RedirectionException
public RedirectionException(int code,
String location)
o
getResponse
public Response getResponse(Responder res,
Request req)
- Overrides:
- getResponse in class SendableException
All Packages Class Hierarchy This Package Previous Next Index