org.codehaus.groovy.grails.plugins.springsecurity.facebook
Class FacebookAuthenticationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.codehaus.groovy.grails.plugins.springsecurity.facebook.FacebookAuthenticationRequiredException
- All Implemented Interfaces:
- Serializable
public class FacebookAuthenticationRequiredException
- extends org.springframework.security.AuthenticationException
Used to tigger a redirect to the Facebook login page.
- Author:
- Burt Beckwith
- See Also:
- Serialized Form
Methods inherited from class org.springframework.security.AuthenticationException |
getAuthentication, getExtraInformation |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
FacebookAuthenticationRequiredException
public FacebookAuthenticationRequiredException()
- Default constructor.