public class FirebaseRemoteConfigServerException extends FirebaseRemoteConfigException
A Firebase Remote Config internal issue caused by an interaction with the Firebase Remote Config server.
Public Constructor Summary
FirebaseRemoteConfigServerException(int httpStatusCode, String
detailMessage)
Creates a Firebase Remote Config server exception with the given message and
HTTP status code.
|
|
FirebaseRemoteConfigServerException(int httpStatusCode, String
detailMessage, Throwable cause)
Creates a Firebase Remote Config server exception with the given message, HTTP
status code and
|
Public Method Summary
int |
getHttpStatusCode()
Gets the HTTP status code of the failed Firebase Remote Config server
operation.
|
Inherited Method Summary
Public Constructors
public FirebaseRemoteConfigServerException (int httpStatusCode, String detailMessage)
Creates a Firebase Remote Config server exception with the given message and HTTP status code.
Public Methods
public int getHttpStatusCode ()
Gets the HTTP status code of the failed Firebase Remote Config server operation.