javax.security.auth.login
Class CredentialExpiredException

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.CredentialException
                      extended by javax.security.auth.login.CredentialExpiredException
All Implemented Interfaces:
Serializable

public class CredentialExpiredException
extends CredentialException

An exception that signals an attempt to login with a credential that has expired.

See Also:
Serialized Form

Constructor Summary
CredentialExpiredException()
           
CredentialExpiredException(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

CredentialExpiredException

public CredentialExpiredException()

CredentialExpiredException

public CredentialExpiredException(String message)