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.

Variable Index

 o realm
 o reason
 o scheme

Constructor Index

 o AuthenticationException(String, String, String)

Variables

 o reason
  public String reason
 o scheme
  public String scheme
 o realm
  public String realm

Constructors

 o AuthenticationException
  public AuthenticationException(String s,
                                 String scheme,
                                 String realm)

All Packages  Class Hierarchy  This Package  Previous  Next  Index