Android SDK Version
All Implemented Interfaces:
java.io.Serializable


public class FacebookException
extends RuntimeException
Represents an error condition specific to the Facebook SDK for Android.
Nested Class Summary
Modifier and TypeClassDescription
public classFacebookException.Companion
Field Summary
Modifier and TypeFieldDescription
private final Throwablecause
private final Stringmessage
Constructor Summary
ConstructorDescription
FacebookException()Constructs a new FacebookException.
FacebookException(String message)Constructs a new FacebookException.
FacebookException(String format, Object args)Constructs a new FacebookException.
FacebookException(String message, Throwable throwable)Constructs a new FacebookException.
FacebookException(Throwable throwable)Constructs a new FacebookException.
Method Summary
Modifier and TypeMethodDescription
ThrowablegetCause()
StringgetMessage()
StringtoString()
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

FacebookException

FacebookException()
Constructs a new FacebookException.

FacebookException

FacebookException(String message)
Constructs a new FacebookException.
Parameters:
message - the detail message of this exception

FacebookException

FacebookException(String format, Object args)
Constructs a new FacebookException.
Parameters:
format - the format string (see java.util.Formatter.format)
args - the list of arguments passed to the formatter.

FacebookException

FacebookException(String message, Throwable throwable)
Constructs a new FacebookException.
Parameters:
message - the detail message of this exception
throwable - the cause of this exception

FacebookException

FacebookException(Throwable throwable)
Constructs a new FacebookException.
Parameters:
throwable - the cause of this exception
Method Detail

getMessage

StringgetMessage()

toString

StringtoString()