|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNestableException
com.atlassian.crowd.integration.exception.CrowdNestableException
com.atlassian.crowd.integration.exception.InvalidCredentialException
public class InvalidCredentialException
Thrown when the supplied credential is not valid.
Field Summary | |
---|---|
static String |
UNABLE_TO_LOAD_CREDENTIAL_HISTORY_COUNT
Exception message when unable to load the credential history count value. |
static String |
UNABLE_TO_LOAD_PASSWORD_REGEX
Exception message when unable to load the password regex. |
Constructor Summary | |
---|---|
InvalidCredentialException()
Default constructor. |
|
InvalidCredentialException(String s)
Default constructor. |
|
InvalidCredentialException(String s,
Throwable throwable)
Default constructor. |
|
InvalidCredentialException(Throwable throwable)
Default constructor. |
Method Summary |
---|
Methods inherited from class com.atlassian.crowd.integration.exception.CrowdNestableException |
---|
getThrowableCount, getThrowables, setMessages, setThrowableCount, setThrowables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String UNABLE_TO_LOAD_PASSWORD_REGEX
public static final String UNABLE_TO_LOAD_CREDENTIAL_HISTORY_COUNT
Constructor Detail |
---|
public InvalidCredentialException()
public InvalidCredentialException(String s)
s
- the message.public InvalidCredentialException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.public InvalidCredentialException(Throwable throwable)
throwable
- the Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |