Class FacebookJsonMappingException

All Implemented Interfaces:
Serializable

Indicates that an error occurred while mapping JSON data to a Java object.
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

    • FacebookJsonMappingException

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

      public FacebookJsonMappingException(String message, Throwable cause)
      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.