All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.exception.NotModifiedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----novocode.netforge.http.exception.SendableException
                           |
                           +----novocode.netforge.http.exception.NotModifiedException

public class NotModifiedException
extends SendableException

Constructor Index

     o   NotModifiedException()

Method Index

     o   getResponse(Responder, Request)


Constructors 

o   NotModifiedException
 public NotModifiedException()


Methods 

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index