public class FacebookOperationCanceledException extends FacebookException
| Constructor and Description |
|---|
FacebookOperationCanceledException()
Constructs a FacebookOperationCanceledException with no additional information.
|
FacebookOperationCanceledException(java.lang.String message)
Constructs a FacebookOperationCanceledException with a message.
|
FacebookOperationCanceledException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a FacebookOperationCanceledException with a message and inner error.
|
FacebookOperationCanceledException(java.lang.Throwable throwable)
Constructs a FacebookOperationCanceledException with an inner error.
|
toStringpublic FacebookOperationCanceledException()
public FacebookOperationCanceledException(java.lang.String message)
message - A String to be returned from getMessage.public FacebookOperationCanceledException(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 FacebookOperationCanceledException(java.lang.Throwable throwable)
throwable - A Throwable to be returned from getCause.