com.atlassian.crowd.integration.springsecurity
Class CrowdSSOTokenInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.security.core.AuthenticationException
                  extended by org.springframework.security.authentication.BadCredentialsException
                      extended by 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:
Serialized Form

Constructor Summary
CrowdSSOTokenInvalidException(String msg)
          Constructs an AuthenticationException with the specified message and no root cause.
CrowdSSOTokenInvalidException(String msg, Throwable t)
          Constructs an AuthenticationException with the specified message and root cause.
 
Method Summary
 
Methods inherited from class org.springframework.security.core.AuthenticationException
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
 
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
 

Constructor Detail

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


Copyright © 2013 Atlassian. All Rights Reserved.