Uses of Class
com.restfb.exception.FacebookException.InfoData
Packages that use FacebookException.InfoData
Package
Description
Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.
-
Uses of FacebookException.InfoData in com.restfb.exception
Methods in com.restfb.exception that return types with arguments of type FacebookException.InfoDataModifier and TypeMethodDescriptionFacebookException.getInfoData()Request metadata associated with this exception, if available.Methods in com.restfb.exception with parameters of type FacebookException.InfoDataModifier and TypeMethodDescriptionFacebookException.withInfoData(FacebookException.InfoData infoData) Adds optional request metadata to the exception for diagnostics.