An
exception
of this type indicates that the account specified in a login attempt
does not exist.

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