Package com.restfb.exception
Class FacebookGoawayNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.restfb.exception.FacebookException
com.restfb.exception.FacebookNetworkException
com.restfb.exception.FacebookGoawayNetworkException
- All Implemented Interfaces:
Serializable
Indicates that the remote server sent a GOAWAY frame and is closing the HTTP/2 connection. This means the server will
not accept any new streams on this connection. Existing streams with an ID lower than or equal to the last processed
stream ID may have been processed, while streams with a higher ID have been rejected and will not be executed. The
GOAWAY frame may include an HTTP/2 error code describing the reason for the shutdown.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.exception.FacebookException
FacebookException.InfoData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.restfb.exception.FacebookNetworkException
getHttpStatusCodeMethods 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
-
FacebookGoawayNetworkException
-