Class AccountExpiredException

All Implemented Interfaces:
Serializable

public class AccountExpiredException extends AccountException
Thrown when an authentication request is rejected because the account is in an expired state. The account cannot be used until an administrator reactivates the account or extends the activation date range.
Since:
1.7
See Also:
  • Constructor Details

    • AccountExpiredException

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