Package 

Class FacebookAuthorizationException

    • Method Summary

      Modifier and Type Method Description
      Throwable getCause()
      String getMessage()
      • Methods inherited from class com.facebook.FacebookAuthorizationException

        toString
      • 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

      • FacebookAuthorizationException

        FacebookAuthorizationException()
        Constructs a FacebookAuthorizationException with no additional information.
      • FacebookAuthorizationException

        FacebookAuthorizationException(String message)
        Constructs a FacebookAuthorizationException with a message.
        Parameters:
        message - A String to be returned from getMessage.
      • FacebookAuthorizationException

        FacebookAuthorizationException(String message, Throwable throwable)
        Constructs a FacebookAuthorizationException with a message and inner error.
        Parameters:
        message - A String to be returned from getMessage.
        throwable - A Throwable to be returned from getCause.
      • FacebookAuthorizationException

        FacebookAuthorizationException(Throwable throwable)
        Constructs a FacebookAuthorizationException with an inner error.
        Parameters:
        throwable - A Throwable to be returned from getCause.