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