Team LiB
Previous Section Next Section

AccountExceptionjavax.security.auth.login

Java 5.0serializable checked

A LoginException exception of this type signals a problem logging in to the specified account. Subclasses provide more detail.

Figure 19-19. javax.security.auth.login.AccountException


public class AccountException extends LoginException {
// Public Constructors
     public AccountException( );  
     public AccountException(String msg);  
}

Subclasses

AccountExpiredException, AccountLockedException, AccountNotFoundException

    Team LiB
    Previous Section Next Section