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 Details

    • CrowdSSOTokenInvalidException

      public CrowdSSOTokenInvalidException(String msg, Throwable t)
      Constructs an AuthenticationException with the specified message and root cause.
      Parameters:
      msg - the detail message
      t - the root cause
    • CrowdSSOTokenInvalidException

      public CrowdSSOTokenInvalidException(String msg)
      Constructs an AuthenticationException with the specified message and no root cause.
      Parameters:
      msg - the detail message