|
||||||||||
| 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.InvalidAuthenticationException
public class InvalidAuthenticationException
Thrown when the attempted authentication is not valid.
| Field Summary | |
|---|---|
static java.lang.String |
MAX_INVALID_PASSWORD_ATTEMPTS
|
| Constructor Summary | |
|---|---|
InvalidAuthenticationException()
Default constructor. |
|
InvalidAuthenticationException(java.lang.String s)
Default constructor. |
|
InvalidAuthenticationException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
InvalidAuthenticationException(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 MAX_INVALID_PASSWORD_ATTEMPTS
| Constructor Detail |
|---|
public InvalidAuthenticationException()
public InvalidAuthenticationException(java.lang.String s)
s - the message.
public InvalidAuthenticationException(java.lang.String s,
java.lang.Throwable throwable)
s - the message.throwable - the Exception.public InvalidAuthenticationException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||