-
- 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
Nested Classes Modifier and Type Class Description public classFacebookException.Companion
-
Constructor Summary
Constructors Constructor Description 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
-
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 exceptionthrowable- the cause of this exception
-
FacebookException
FacebookException(Throwable throwable)
Constructs a new FacebookException.- Parameters:
throwable- the cause of this exception
-
-
-
-