All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.exception.SendableException

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

public abstract class SendableException
extends ResponseException

Constructor Index

 o SendableException(String)

Method Index

 o getResponse(Responder, Request)

Constructors

 o SendableException
 public SendableException(String s)

Methods

 o getResponse
 public abstract Response getResponse(Responder res,
                                      Request req)

All Packages  Class Hierarchy  This Package  Previous  Next  Index