Team LiB
Previous Section Next Section

AccountLockedExceptionjavax.security.auth.login

Java 5.0serializable 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);  
}

    Team LiB
    Previous Section Next Section