public class FacebookException extends RuntimeException
| Constructor and Description |
|---|
FacebookException()
Constructs a new FacebookException.
|
FacebookException(String message)
Constructs a new FacebookException.
|
FacebookException(String message,
Throwable throwable)
Constructs a new FacebookException.
|
FacebookException(Throwable throwable)
Constructs a new FacebookException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FacebookException()
public FacebookException(String message)
message - the detail message of this exceptionpublic FacebookException(String message, Throwable throwable)
message - the detail message of this exceptionthrowable - the cause of this exceptionpublic FacebookException(Throwable throwable)
throwable - the cause of this exceptionCopyright © 2013. All Rights Reserved.