Class FacebookNetworkException

    • Constructor Detail

      • FacebookNetworkException

        public FacebookNetworkException​(Throwable cause)
        Creates an exception with the given message and cause.
        Parameters:
        cause - The exception that caused this exception to be thrown.
      • FacebookNetworkException

        public FacebookNetworkException​(Integer httpStatusCode)
        Creates an exception with the given message and HTTP status code.
        Parameters:
        httpStatusCode - The HTTP response status code.
      • FacebookNetworkException

        public FacebookNetworkException​(Throwable cause,
                                        Integer httpStatusCode)
        Creates an exception with the given message, cause, and HTTP status code.
        Parameters:
        cause - The exception that caused this exception to be thrown.
        httpStatusCode - The HTTP response status code.
    • Method Detail

      • getHttpStatusCode

        public Integer getHttpStatusCode()
        Gets the HTTP response status code.
        Returns:
        The HTTP response status code.