com.atlassian.crowd.integration.exception
Class ExpiredCredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.integration.exception.UncheckedSoapException
com.atlassian.crowd.integration.exception.ExpiredCredentialException
- All Implemented Interfaces:
- java.io.Serializable
public class ExpiredCredentialException
- extends UncheckedSoapException
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
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
| 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.