FacebookAuthorizationException
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

An Exception indicating that a Session failed to open or obtain new permissions.

Mở rộng:FacebookException
Gói:facebook
Xây dựng
FacebookAuthorizationException()

Constructs a FacebookAuthorizationException with no additional information.

public FacebookAuthorizationException()
FacebookAuthorizationException(String)

Constructs a FacebookAuthorizationException with a message.

public FacebookAuthorizationException(String message)
Thông sốMô tả
messageA String to be returned from getMessage.
FacebookAuthorizationException(String, Throwable)

Constructs a FacebookAuthorizationException with a message and inner error.

public FacebookAuthorizationException(String message, Throwable throwable)
Thông sốMô tả
messageA String to be returned from getMessage.
throwableA Throwable to be returned from getCause.
FacebookAuthorizationException(Throwable)

Constructs a FacebookAuthorizationException with an inner error.

public FacebookAuthorizationException(Throwable throwable)
Thông sốMô tả
throwableA Throwable to be returned from getCause.