March 2005
Beginner to intermediate
1254 pages
104h 21m
English
AccountLockedException
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); }
Read now
Unlock full access