Java In A Nutshell, 5th Edition
An exception of this type indicates that the account for which login was attempted has been "locked" or otherwise made unavailable. See also AccountExpiredException . Figure 19-21. javax.security.auth.login.AccountLockedException
public class AccountLockedException extends AccountException { // Public Constructors public AccountLockedException ( ); public AccountLockedException (String msg ); }
|