com.atlassian.crowd.exception
Class ExpiredCredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
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
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 |
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.