public class

FirebaseRemoteConfigFetchThrottledException

extends FirebaseRemoteConfigFetchException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.remoteconfig.FirebaseRemoteConfigException
           ↳ com.google.firebase.remoteconfig.FirebaseRemoteConfigFetchException
             ↳ com.google.firebase.remoteconfig.FirebaseRemoteConfigFetchThrottledException

Class Overview

Exception thrown when the fetch() operation cannot be completed successfully, due to throttling.

Summary

Public Constructors
FirebaseRemoteConfigFetchThrottledException(long throttleEndTimeMillis)
Public Methods
long getThrottleEndTimeMillis()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseRemoteConfigFetchThrottledException (long throttleEndTimeMillis)

Parameters
throttleEndTimeMillis long

Public Methods

public long getThrottleEndTimeMillis ()

Returns
long