Name

CredentialExpiredException

Synopsis

Signals that a login failed because a credential (such as a password) has expired and is no longer valid. Prior to Java 5.0, this is a direct subclass of LoginException.

javax.security.auth.login.CredentialExpiredException

Figure 19-24. javax.security.auth.login.CredentialExpiredException

public class CredentialExpiredException extends CredentialException {
// Public Constructors
     public CredentialExpiredException( );  
     public CredentialExpiredException(String msg);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.