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
-
SendableException(String)
-
-
getResponse(Responder, Request)
-
SendableException
public SendableException(String s)
getResponse
public abstract Response getResponse(Responder res,
Request req)
All Packages Class Hierarchy This Package Previous Next Index