Package com.restfb.exception
Class FacebookResponseContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.restfb.exception.FacebookException
-
- com.restfb.exception.FacebookResponseContentException
-
- All Implemented Interfaces:
Serializable
public class FacebookResponseContentException extends FacebookException
Indicates that the Facebook Graph API endpoint returned an unexpected response body.- Since:
- 1.6.10
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacebookResponseContentException(String message, Throwable cause)
Creates an exception with the given message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FacebookResponseContentException
public FacebookResponseContentException(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.
-
-