Uses of Class
com.restfb.exception.FacebookException
Package
Description
Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.
-
Uses of FacebookException in com.restfb.exception
Modifier and TypeClassDescriptionclass
Abstract class to provide access to the JSON Facebook provides in case of an errorclass
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition.class
Indicates that an error occurred while mapping JSON data to a Java object.class
class
Indicates that a network error occurred while trying to connect to the Facebook API endpoint.class
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to the OAuth token included in the request.class
Exception that's thrown as soon as a precondition is not matchedclass
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to FQL query parsing.class
Indicates that the Facebook Graph API endpoint returned an unexpected response body.class
Indicates that the Legacy REST Facebook endpoint returned JSON which indicates an error condition.class
Indicates that signed request parsing failed.class
Indicates that signed request verification failed.class
Modifier and TypeMethodDescriptionFacebookExceptionMapper.exceptionForTypeAndMessage
(ExceptionInformation container) Given a Facebook API exception type and message, generates an instance of the correspondingFacebookGraphException
or one of its subclasses. -
Uses of FacebookException in com.restfb.exception.generator
Modifier and TypeMethodDescriptionDefaultFacebookExceptionGenerator.DefaultGraphFacebookExceptionMapper.exceptionForTypeAndMessage
(ExceptionInformation container)