com.facebook
Class FacebookException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.facebook.FacebookException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacebookAuthorizationException, FacebookDialogException, FacebookGraphObjectException, FacebookOperationCanceledException, FacebookServiceException

public class FacebookException
extends RuntimeException

Represents an error condition specific to the Facebook SDK for Android.

See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacebookException

public FacebookException()
Constructs a new FacebookException.


FacebookException

public FacebookException(String message)
Constructs a new FacebookException.

Parameters:
message - the detail message of this exception

FacebookException

public FacebookException(String message,
                         Throwable throwable)
Constructs a new FacebookException.

Parameters:
message - the detail message of this exception
throwable - the cause of this exception

FacebookException

public FacebookException(Throwable throwable)
Constructs a new FacebookException.

Parameters:
throwable - the cause of this exception