Class CredentialsExpiredException

All Implemented Interfaces:
Serializable

public class CredentialsExpiredException extends CredentialsException
Thrown when an authentication request is rejected because the account's credentials have expired. The account cannot be used until the user changes their password or an administrator resets the password.
Since:
1.7
See Also:
  • Constructor Details

    • CredentialsExpiredException

      public CredentialsExpiredException(String message)
      Constructs an CredentialsExpiredException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).