March 2005
Beginner to intermediate
1254 pages
104h 21m
English
CredentialException
An exception of this type indicates a problem with the credential (e.g., the password) presented during the login attempt. Subclasses provide more detail.
Figure 19-23. javax.security.auth.login.CredentialException
public class CredentialException extends LoginException { // Public Constructors public CredentialException( ); public CredentialException(String msg); }
CredentialExpiredException,
CredentialNotFoundException
Read now
Unlock full access