com.atlassian.crowd.exception
Class ExpiredCredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.FailedAuthenticationException
                  extended by com.atlassian.crowd.exception.ExpiredCredentialException
All Implemented Interfaces:
Serializable

public class ExpiredCredentialException
extends FailedAuthenticationException

Thrown when the credentials have expired. This exception should only be thrown when the authentication is successful using the old credentials.

See Also:
Serialized Form

Constructor Summary
ExpiredCredentialException()
           
ExpiredCredentialException(String message)
           
ExpiredCredentialException(String message, Throwable cause)
           
ExpiredCredentialException(Throwable cause)
           
 
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

ExpiredCredentialException

public ExpiredCredentialException()

ExpiredCredentialException

public ExpiredCredentialException(Throwable cause)

ExpiredCredentialException

public ExpiredCredentialException(String message)

ExpiredCredentialException

public ExpiredCredentialException(String message,
                                  Throwable cause)


Copyright © 2012 Atlassian. All Rights Reserved.