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

Variable Index

 o code
 o location

Constructor Index

 o RedirectionException(int, String)

Method Index

 o getResponse(Responder, Request)

Variables

 o code
 public int code
 o location
 public String location

Constructors

 o RedirectionException
 public RedirectionException(int code,
                             String location)

Methods

 o getResponse
 public Response getResponse(Responder res,
                             Request req)
Overrides:
getResponse in class SendableException

All Packages  Class Hierarchy  This Package  Previous  Next  Index