org.springframework.social.facebook.web
Class SignedRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.social.facebook.web.SignedRequestException
All Implemented Interfaces:
Serializable

public class SignedRequestException
extends Exception

Exception thrown by SignedRequestDecoder when there is a problem in decoding the signed_request parameter.

See Also:
Serialized Form

Constructor Summary
SignedRequestException(String message)
           
SignedRequestException(String message, Throwable throwable)
           
 
Method Summary
 
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

SignedRequestException

public SignedRequestException(String message)

SignedRequestException

public SignedRequestException(String message,
                              Throwable throwable)