public class FacebookAuthorizationException extends FacebookException
Constructor and Description |
---|
FacebookAuthorizationException()
Constructs a FacebookAuthorizationException with no additional
information.
|
FacebookAuthorizationException(String message)
Constructs a FacebookAuthorizationException with a message.
|
FacebookAuthorizationException(String message,
Throwable throwable)
Constructs a FacebookAuthorizationException with a message and inner
error.
|
FacebookAuthorizationException(Throwable throwable)
Constructs a FacebookAuthorizationException with an inner error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FacebookAuthorizationException()
public FacebookAuthorizationException(String message)
message
- A String to be returned from getMessage.public FacebookAuthorizationException(String message, Throwable throwable)
message
- A String to be returned from getMessage.throwable
- A Throwable to be returned from getCause.public FacebookAuthorizationException(Throwable throwable)
throwable
- A Throwable to be returned from getCause.