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