Uses of Class
com.restfb.exception.FacebookException
Packages that use 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
Subclasses of FacebookException in com.restfb.exceptionModifier and TypeClassDescriptionclassAbstract class to provide access to the JSON Facebook provides in case of an errorclassIndicates that the Facebook Graph API endpoint returned JSON which indicates an error condition.classIndicates that an error occurred while mapping JSON data to a Java object.classclassIndicates that a network error occurred while trying to connect to the Facebook API endpoint.classIndicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to the OAuth token included in the request.classException that's thrown as soon as a precondition is not matchedclassIndicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to FQL query parsing.classIndicates that the Facebook Graph API endpoint returned an unexpected response body.classIndicates that the Legacy REST Facebook endpoint returned JSON which indicates an error condition.classIndicates that signed request parsing failed.classIndicates that signed request verification failed.classException for errors that occur when interacting with the Instagram Graph API using the Instagram Login.classMethods in com.restfb.exception that return FacebookExceptionModifier and TypeMethodDescriptionFacebookExceptionMapper.exceptionForTypeAndMessage(ExceptionInformation container) Given a Facebook API exception type and message, generates an instance of the correspondingFacebookGraphExceptionor one of its subclasses. -
Uses of FacebookException in com.restfb.exception.generator
Methods in com.restfb.exception.generator that return FacebookExceptionModifier and TypeMethodDescriptionDefaultFacebookExceptionGenerator.DefaultGraphFacebookExceptionMapper.exceptionForTypeAndMessage(ExceptionInformation container)