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

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

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

Constructs a FacebookAuthorizationException with no additional information.

public FacebookAuthorizationException()
FacebookAuthorizationException(String)

Constructs a FacebookAuthorizationException with a message.

public FacebookAuthorizationException(String message)
매개변수설명
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)
매개변수설명
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)
매개변수설명
throwableA Throwable to be returned from getCause.