public class FirebaseRemoteConfigClientException extends FirebaseRemoteConfigException
A Firebase Remote Config internal issue that isn't caused by an interaction with the Firebase Remote Config server.
Public Constructor Summary
FirebaseRemoteConfigClientException(String
detailMessage)
Creates a Firebase Remote Config client exception with the given message.
|
|
FirebaseRemoteConfigClientException(String
detailMessage, Throwable cause)
Creates a Firebase Remote Config client exception with the given message and
cause.
|
Inherited Method Summary
Public Constructors
public FirebaseRemoteConfigClientException (String detailMessage)
Creates a Firebase Remote Config client exception with the given message.