Class FacebookException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacebookErrorMessageException , FacebookJsonMappingException , FacebookLoggerException , FacebookNetworkException , FacebookPreconditionException , FacebookResponseContentException , FacebookSignedRequestParsingException , FacebookSignedRequestVerificationException

public abstract class FacebookException extends RuntimeException
Root of the RestFB exception hierarchy.
Author:
Mark Allen
See Also:
  • Constructor Details

    • FacebookException

      protected FacebookException (String message)
      Creates an exception with the given message.
      Parameters:
      message - A message describing this exception.
    • FacebookException

      protected FacebookException (String message, Throwable cause)
      Creates an exception with the given message and cause.
      Parameters:
      message - A message describing this exception.
      cause - The exception that caused this exception to be thrown.