|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
org.acegisecurity.BadCredentialsException
com.atlassian.crowd.integration.acegi.CrowdSSOTokenInvalidException
public class CrowdSSOTokenInvalidException
Represents a failed authentication attempt using an SSO token that is not valid.
| Constructor Summary | |
|---|---|
CrowdSSOTokenInvalidException(java.lang.String msg)
Constructs an AuthenticationException with the specified
message and no root cause. |
|
CrowdSSOTokenInvalidException(java.lang.String msg,
java.lang.Throwable t)
Constructs an AuthenticationException with the specified
message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.acegisecurity.BadCredentialsException |
|---|
getExtraInformation |
| Methods inherited from class org.acegisecurity.AuthenticationException |
|---|
getAuthentication |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CrowdSSOTokenInvalidException(java.lang.String msg,
java.lang.Throwable t)
AuthenticationException with the specified
message and root cause.
msg - the detail messaget - the root causepublic CrowdSSOTokenInvalidException(java.lang.String msg)
AuthenticationException with the specified
message and no root cause.
msg - the detail message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||