All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.exception.AuthenticateException

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

public class AuthenticateException
extends SendableException

Field Index

     o   desc

     o   params

     o   realm

     o   type

Constructor Index

     o   AuthenticateException(String, String)

     o   AuthenticateException(String, String, String)

     o   AuthenticateException(String, String, String[])

     o   AuthenticateException(String, String, String[], String)

Method Index

     o   getResponse(Responder, Request)


Fields 

o   type
 public String type
o   realm
 public String realm
o   params
 public String params[]
o   desc
 public String desc


Constructors 

o   AuthenticateException
 public AuthenticateException(String type,
                              String realm,
                              String params[],
                              String desc)
o   AuthenticateException
 public AuthenticateException(String type,
                              String realm,
                              String params[])
o   AuthenticateException
 public AuthenticateException(String type,
                              String realm,
                              String desc)
o   AuthenticateException
 public AuthenticateException(String type,
                              String realm)


Methods 

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index