FacebookServiceException
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Represents an error returned from the Facebook service in response to a request.

확장:FacebookException
패키지:facebook
생성자
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
매개변수설명
errorThe error from the request
errorMessage
인스턴스 메서드
getRequestError()

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

public final FacebookRequestError getRequestError()
Returns
Complete information representing the error.