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.ExpiredCredentialException
All Implemented Interfaces:
java.io.Serializable

public class ExpiredCredentialException
extends CrowdException

Thrown when user's credentials have expired. Note: This exception should only be thrown if the user has actually successfully authenticated with their old password

See Also:
Serialized Form

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

ExpiredCredentialException

public ExpiredCredentialException(java.lang.String message)

ExpiredCredentialException

public ExpiredCredentialException(java.lang.String message,
                                  java.lang.Throwable cause)


Copyright © 2010 Atlassian. All Rights Reserved.