|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FacebookException | |
---|---|
com.restfb.exception | 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.exception | |
---|---|
class |
FacebookGraphException
Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition. |
class |
FacebookJsonMappingException
Indicates that an error occurred while mapping JSON data to a Java object. |
class |
FacebookNetworkException
Indicates that a network error occurred while trying to connect to the Facebook API endpoint. |
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. |
Methods in com.restfb.exception that return FacebookException | |
---|---|
FacebookException |
FacebookExceptionMapper.exceptionForTypeAndMessage(Integer errorCode,
String type,
String message)
Given a Facebook API exception type and message, generates an instance of the corresponding FacebookGraphException or one of its subclasses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |