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.ResponseException
|
+----novocode.netforge.http.exception.SendableException
|
+----novocode.netforge.http.exception.AuthenticateException
- public class AuthenticateException
- extends SendableException
-
desc
-
-
params
-
-
realm
-
-
type
-
-
AuthenticateException(String, String)
-
-
AuthenticateException(String, String, String)
-
-
AuthenticateException(String, String, String[])
-
-
AuthenticateException(String, String, String[], String)
-
-
getResponse(Responder, Request)
-
type
public String type
realm
public String realm
params
public String params[]
desc
public String desc
AuthenticateException
public AuthenticateException(String type,
String realm,
String params[],
String desc)
AuthenticateException
public AuthenticateException(String type,
String realm,
String params[])
AuthenticateException
public AuthenticateException(String type,
String realm,
String desc)
AuthenticateException
public AuthenticateException(String type,
String realm)
getResponse
public Response getResponse(Responder res,
Request req)
- Overrides:
- getResponse in class SendableException
All Packages Class Hierarchy This Package Previous Next Index