org.springframework.social.security
Class SocialAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.social.SocialException
org.springframework.social.security.SocialAuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
public class SocialAuthenticationException
- extends SocialException
Indicates an error while authenticating against a social provider.
- Author:
- Stefan Fusseneger
- See Also:
- Serialized Form
| 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 |
SocialAuthenticationException
public SocialAuthenticationException()
SocialAuthenticationException
public SocialAuthenticationException(java.lang.String message)
SocialAuthenticationException
public SocialAuthenticationException(java.lang.Throwable cause)
SocialAuthenticationException
public SocialAuthenticationException(java.lang.String message,
java.lang.Throwable cause)