Class sun.server.http.security.AuthenticationException
All Packages Class Hierarchy This Package Previous Next Index
Class sun.server.http.security.AuthenticationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sun.server.http.security.AuthenticationException
- public class AuthenticationException
- extends Exception
These are the exceptions thrown by the access control module.
-
realm
-
-
reason
-
-
scheme
-
-
AuthenticationException(String, String, String)
-
reason
public String reason
scheme
public String scheme
realm
public String realm
AuthenticationException
public AuthenticationException(String s,
String scheme,
String realm)
All Packages Class Hierarchy This Package Previous Next Index