public class FacebookSignedRequestParsingException extends FacebookException
See FacebookClient.parseSignedRequest(String, String, Class)
for more details.
Constructor and Description |
---|
FacebookSignedRequestParsingException(String message)
Creates an exception with the given message.
|
FacebookSignedRequestParsingException(String message,
Throwable cause)
Creates an exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FacebookSignedRequestParsingException(String message)
message
- A message describing this exception.public FacebookSignedRequestParsingException(String message, Throwable cause)
message
- A message describing this exception.cause
- The exception that caused this exception to be thrown.RestFB 1.38.0. Copyright © 2010-2015 Mark Allen. All Rights Reserved.