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

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