Class FacebookSignedRequestParsingException

All Implemented Interfaces:
Serializable

Indicates that signed request parsing failed.

See FacebookClient.parseSignedRequest(String, String, Class) for more details.

Since:
1.6.13
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

    • FacebookSignedRequestParsingException

      Creates an exception with the given message.
      Parameters:
      message - A message describing this exception.
    • FacebookSignedRequestParsingException

      Creates an exception with the given message and cause.
      Parameters:
      message - A message describing this exception.
      cause - The exception that caused this exception to be thrown.