com.atlassian.crowd.integration.exception
Class ExpiredCredentialException

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

public class ExpiredCredentialException
extends CheckedSoapException

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

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.

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 © 2013 Atlassian. All Rights Reserved.