An Exception indicating that Login failed.
Extends: | FacebookException |
Package: | facebook |
FacebookAuthorizationException()
Constructs a FacebookAuthorizationException with no additional information.
public FacebookAuthorizationException()
FacebookAuthorizationException(String)
Constructs a FacebookAuthorizationException with a message.
public FacebookAuthorizationException(String message)
Parameter | Description |
---|---|
message | A String to be returned from getMessage. |
FacebookAuthorizationException(String, Throwable)
Constructs a FacebookAuthorizationException with a message and inner error.
public FacebookAuthorizationException(String message, Throwable throwable)
Parameter | Description |
---|---|
message | A String to be returned from getMessage. |
throwable | A Throwable to be returned from getCause. |
FacebookAuthorizationException(Throwable)
Constructs a FacebookAuthorizationException with an inner error.
public FacebookAuthorizationException(Throwable throwable)
Parameter | Description |
---|---|
throwable | A Throwable to be returned from getCause. |