| AccountLockedException | javax.security.auth.login |
| Java 5.0 | serializable checked |
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 ); }
|