com.atlassian.crowd.integration.acegi
Class CrowdSSOTokenInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.acegisecurity.AcegiSecurityException
                      extended by org.acegisecurity.AuthenticationException
                          extended by org.acegisecurity.BadCredentialsException
                              extended by com.atlassian.crowd.integration.acegi.CrowdSSOTokenInvalidException
All Implemented Interfaces:
java.io.Serializable

public class CrowdSSOTokenInvalidException
extends org.acegisecurity.BadCredentialsException

Represents a failed authentication attempt using an SSO token that is not valid.

See Also:
Serialized Form

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

CrowdSSOTokenInvalidException

public CrowdSSOTokenInvalidException(java.lang.String msg,
                                     java.lang.Throwable t)
Constructs an AuthenticationException with the specified message and root cause.

Parameters:
msg - the detail message
t - the root cause

CrowdSSOTokenInvalidException

public CrowdSSOTokenInvalidException(java.lang.String msg)
Constructs an AuthenticationException with the specified message and no root cause.

Parameters:
msg - the detail message


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.