Name

AccountException

Synopsis

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

javax.security.auth.login.AccountException

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

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.