Package com.atlassian.crowd.exception
Class ExpiredCredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.FailedAuthenticationException
com.atlassian.crowd.exception.ExpiredCredentialException
- All Implemented Interfaces:
Serializable
Thrown when the credentials have expired. This exception should only be thrown when the authentication is successful
using the old credentials.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpiredCredentialException
(String message) ExpiredCredentialException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpiredCredentialException
public ExpiredCredentialException() -
ExpiredCredentialException
-
ExpiredCredentialException
-
ExpiredCredentialException
-