Class AccountExpiredException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AccountExpiredException​(java.lang.String message)
      Constructs an AccountExpiredException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccountExpiredException

        public AccountExpiredException​(java.lang.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).