March 2005
Intermediate to advanced
1254 pages
104h 21m
English
AccountNotFoundException
An exception of this type indicates that the account specified in a login attempt does not exist.
Figure 19-22. javax.security.auth.login.AccountNotFoundException
public class AccountNotFoundException extends AccountException { // Public Constructors public AccountNotFoundException( ); public AccountNotFoundException(String msg); }