Also: Google
Play services
public class FirebaseRemoteConfigException extends FirebaseException
Known Direct Subclasses |
Base class for FirebaseRemoteConfig
exceptions.
Public Constructor Summary
FirebaseRemoteConfigException(String
detailMessage)
Creates a Firebase Remote Config exception with the given message.
|
|
FirebaseRemoteConfigException(String
detailMessage, Throwable cause)
Creates a Firebase Remote Config exception with the given message and cause.
|
Inherited Method Summary
Public Constructors
public FirebaseRemoteConfigException (String detailMessage)
Creates a Firebase Remote Config exception with the given message.