Android SDK Version
All Implemented Interfaces:
java.io.Serializable


public final class FacebookServiceException
extends FacebookException
Represents an error returned from the Facebook service in response to a request.
Nested Class Summary
Modifier and TypeClassDescription
public classFacebookServiceException.Companion
Field Summary
Modifier and TypeFieldDescription
private final FacebookRequestErrorrequestError
private final Throwablecause
private final Stringmessage
Constructor Summary
ConstructorDescription
FacebookServiceException(FacebookRequestError requestError, String errorMessage)
Method Summary
Modifier and TypeMethodDescription
final FacebookRequestErrorgetRequestError()
ThrowablegetCause()
StringgetMessage()
StringtoString() Returns an object that encapsulates complete information representing the error returned by Facebook.
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

FacebookServiceException

FacebookServiceException(FacebookRequestError requestError, String errorMessage)
Method Detail

getRequestError

 final FacebookRequestErrorgetRequestError()

getMessage

StringgetMessage()

toString

StringtoString()
Returns an object that encapsulates complete information representing the error returned by Facebook.