Spring Social

org.springframework.social.security
Class SocialAuthenticationException

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.social.security.SocialAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class SocialAuthenticationException
extends org.springframework.security.core.AuthenticationException

Indicates an error while authenticating against a social provider.

Author:
Stefan Fusseneger
See Also:
Serialized Form

Constructor Summary
SocialAuthenticationException(java.lang.String message)
           
SocialAuthenticationException(java.lang.String message, java.lang.Throwable 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

SocialAuthenticationException

public SocialAuthenticationException(java.lang.String message)

SocialAuthenticationException

public SocialAuthenticationException(java.lang.String message,
                                     java.lang.Throwable cause)

Spring Social