Class CrowdSSOTokenInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.BadCredentialsException
com.atlassian.crowd.integration.springsecurity.CrowdSSOTokenInvalidException
- All Implemented Interfaces:
Serializable
public class CrowdSSOTokenInvalidException
extends org.springframework.security.authentication.BadCredentialsException
Represents a failed authentication attempt using an SSO token
that is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anAuthenticationException
with the specified message and no root cause.Constructs anAuthenticationException
with the specified message and root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrowdSSOTokenInvalidException
Constructs anAuthenticationException
with the specified message and root cause.- Parameters:
msg
- the detail messaget
- the root cause
-
CrowdSSOTokenInvalidException
Constructs anAuthenticationException
with the specified message and no root cause.- Parameters:
msg
- the detail message
-