Class SocialAuthenticationException

  • All Implemented Interfaces:
    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 Detail

      • SocialAuthenticationException

        public SocialAuthenticationException​(String message)
      • SocialAuthenticationException

        public SocialAuthenticationException​(String message,
                                             Throwable cause)