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.ResponseException
|
+----novocode.netforge.http.exception.SendableException
|
+----novocode.netforge.http.exception.RedirectionException
- public class RedirectionException
- extends SendableException
-
code
-
-
location
-
-
RedirectionException(int, String)
-
-
getResponse(Responder, Request)
-
code
public int code
location
public String location
RedirectionException
public RedirectionException(int code,
String location)
getResponse
public Response getResponse(Responder res,
Request req)
- Overrides:
- getResponse in class SendableException
All Packages Class Hierarchy This Package Previous Next Index