|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.InvalidCredentialException
public class InvalidCredentialException
Thrown when the supplied credential is not valid.
| Field Summary | |
|---|---|
static java.lang.String |
UNABLE_TO_LOAD_CREDENTIAL_HISTORY_COUNT
Exception message when unable to load the credential history count value. |
static java.lang.String |
UNABLE_TO_LOAD_PASSWORD_REGEX
Exception message when unable to load the password regex. |
| Constructor Summary | |
|---|---|
InvalidCredentialException()
Default constructor. |
|
InvalidCredentialException(java.lang.String s)
Default constructor. |
|
InvalidCredentialException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
InvalidCredentialException(java.lang.Throwable throwable)
Default constructor. |
|
| 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 |
| Field Detail |
|---|
public static final java.lang.String UNABLE_TO_LOAD_PASSWORD_REGEX
public static final java.lang.String UNABLE_TO_LOAD_CREDENTIAL_HISTORY_COUNT
| Constructor Detail |
|---|
public InvalidCredentialException()
public InvalidCredentialException(java.lang.String s)
s - the message.
public InvalidCredentialException(java.lang.String s,
java.lang.Throwable throwable)
s - the message.throwable - the Exception.public InvalidCredentialException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||