public class FacebookException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
FacebookException()
Constructs a new FacebookException.
|
FacebookException(java.lang.String message)
Constructs a new FacebookException.
|
FacebookException(java.lang.String format,
java.lang.Object... args)
Constructs a new FacebookException.
|
FacebookException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new FacebookException.
|
FacebookException(java.lang.Throwable throwable)
Constructs a new FacebookException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public FacebookException()
public FacebookException(java.lang.String message)
message - the detail message of this exceptionpublic FacebookException(java.lang.String format,
java.lang.Object... args)
format - the format string (see Formatter.format(java.lang.String, java.lang.Object...))args - the list of arguments passed to the formatter.public FacebookException(java.lang.String message,
java.lang.Throwable throwable)
message - the detail message of this exceptionthrowable - the cause of this exceptionpublic FacebookException(java.lang.Throwable throwable)
throwable - the cause of this exception