public class FacebookAuthorizationException
extends com.facebook.FacebookException
| Constructor and Description |
|---|
FacebookAuthorizationException()
Constructs a FacebookAuthorizationException with no additional
information.
|
FacebookAuthorizationException(java.lang.String message)
Constructs a FacebookAuthorizationException with a message.
|
FacebookAuthorizationException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a FacebookAuthorizationException with a message and inner
error.
|
FacebookAuthorizationException(java.lang.Throwable throwable)
Constructs a FacebookAuthorizationException with an inner error.
|
public FacebookAuthorizationException()
public FacebookAuthorizationException(java.lang.String message)
message - A String to be returned from getMessage.public FacebookAuthorizationException(java.lang.String message,
java.lang.Throwable throwable)
message - A String to be returned from getMessage.throwable - A Throwable to be returned from getCause.public FacebookAuthorizationException(java.lang.Throwable throwable)
throwable - A Throwable to be returned from getCause.