Uses of Class
com.restfb.exception.FacebookErrorMessageException
-
Packages that use FacebookErrorMessageException Package Description com.restfb.exception Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints. -
-
Uses of FacebookErrorMessageException in com.restfb.exception
Subclasses of FacebookErrorMessageException in com.restfb.exception Modifier and Type Class Description class
FacebookGraphException
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition.class
FacebookOAuthException
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to the OAuth token included in the request.class
FacebookQueryParseException
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to FQL query parsing.class
FacebookResponseStatusException
Indicates that the Legacy REST Facebook endpoint returned JSON which indicates an error condition.
-