Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 1015
نمايش فراداده

AccountNotFoundExceptionjavax.security.auth.login

Java 5.0serializable checked

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 ); }