org.codehaus.groovy.grails.plugins.springsecurity.facebook
Class FacebookAuthenticationRequiredException

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.springframework.security.SpringSecurityException
                      extended by org.springframework.security.AuthenticationException
                          extended by 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

Constructor Summary
FacebookAuthenticationRequiredException()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.springframework.security.AuthenticationException
getAuthentication, getExtraInformation
 
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

FacebookAuthenticationRequiredException

public FacebookAuthenticationRequiredException()
Default constructor.