Package 

Class FacebookException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class FacebookException
    extends RuntimeException
                        

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

    • 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