Also:
Google Play services
public class FirebaseRemoteConfigFetchException extends FirebaseRemoteConfigException
Known Direct Subclasses |
This class is deprecated.
Use
FirebaseRemoteConfigServerException
or
FirebaseRemoteConfigClientException
instead.
Exception thrown when the fetch()
operation cannot be completed successfully.
Public Constructor Summary
FirebaseRemoteConfigFetchException(String
detailMessage)
Creates a Firebase Remote Config fetch exception with the given message.
|
|
FirebaseRemoteConfigFetchException(String
detailMessage, Throwable cause)
Creates a Firebase Remote Config fetch exception with the given message and
cause.
|
Inherited Method Summary
Public Constructors
public FirebaseRemoteConfigFetchException (String detailMessage)
Creates a Firebase Remote Config fetch exception with the given message.