javax.security.auth.login
Class AccountExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by javax.security.auth.login.AccountException
                      extended by javax.security.auth.login.AccountExpiredException
All Implemented Interfaces:
Serializable

public class AccountExpiredException
extends AccountException

An exception that signals that an attempt was made to login to an account that has expired.

See Also:
Serialized Form

Constructor Summary
AccountExpiredException()
           
AccountExpiredException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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()

AccountExpiredException

public AccountExpiredException(String message)