Name

AccountLockedException

Synopsis

An exception of this type indicates that the account for which login was attempted has been “locked” or otherwise made unavailable. See also AccountExpiredException.

javax.security.auth.login.AccountLockedException

Figure 19-21. javax.security.auth.login.AccountLockedException

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

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.