Klasse FacebookNetworkException

Alle implementierten Schnittstellen:
Serializable

Indicates that a network error occurred while trying to connect to the Facebook API endpoint.

Examples: No network adapter available, API endpoint is down.

Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

    • FacebookNetworkException

      Creates an exception with the given message and cause.
      Parameter:
      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.
      Parameter:
      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.
      Parameter:
      cause - The exception that caused this exception to be thrown.
      httpStatusCode - The HTTP response status code.
  • Methodendetails

    • getHttpStatusCode

      Gets the HTTP response status code.
      Gibt zurück:
      The HTTP response status code.