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

Represents an error condition specific to the Facebook SDK for Android.

확장:RuntimeException
패키지:facebook
생성자
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
매개변수설명
messageThe detail message of this exception
FacebookException(String, Throwable)

Constructs a new FacebookException.

public FacebookException(String message, Throwable throwable)
매개변수설명
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
매개변수설명
throwableThe cause of this exception