FirebaseTooManyRequestsException

public class FirebaseTooManyRequestsException extends FirebaseException


Exception thrown when a request to a Firebase service has been blocked due to having received too many consecutive requests from the same device. Retry the request later to resolve.

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

FirebaseTooManyRequestsException

public FirebaseTooManyRequestsException(@NonNull String message)