Package com.restfb.exception
Class FacebookNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.restfb.exception.FacebookException
com.restfb.exception.FacebookNetworkException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FacebookGoawayNetworkException,FacebookRstStreamNetworkException
Indicates that a network error occurred while trying to connect to the Facebook API endpoint.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.exception.FacebookException
FacebookException.InfoData -
Constructor Summary
ConstructorsModifierConstructorDescriptionFacebookNetworkException(Integer httpStatusCode) protectedFacebookNetworkException(String message, Throwable cause, Integer httpStatusCode) FacebookNetworkException(Throwable cause, Integer httpStatusCode) -
Method Summary
Methods inherited from class com.restfb.exception.FacebookException
getBasicMessage, getInfoData, getMessage, withInfoData, withInfoDataMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FacebookNetworkException
-
FacebookNetworkException
-
FacebookNetworkException
-
FacebookNetworkException
-
-
Method Details
-
getHttpStatusCode
-