All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.NoAuthenticationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.server.realm.NoAuthenticationException

public class NoAuthenticationException
extends Exception
Exception thrown when authentication on a principal has been disabled. This might be done because of certain classes of failure, account misuse or subversion, the need to update authentication data such as passwords, or for a variety of other reasons.


Constructor Index

 o NoAuthenticationException(String)
Constructs the exception, with descriptive information.

Constructors

 o NoAuthenticationException
 public NoAuthenticationException(String info)
Constructs the exception, with descriptive information.

Parameters:
info - describes the problem with the realm

All Packages  Class Hierarchy  This Package  Previous  Next  Index