public class

FirebaseAppIndexingTooManyArgumentsException

extends FirebaseAppIndexingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.appindexing.FirebaseAppIndexingException
           ↳ com.google.firebase.appindexing.FirebaseAppIndexingTooManyArgumentsException

Class Overview

The exception that is thrown if the number of arguments passed to a Firebase App Indexing API method in a single call exceeds the allowed maximum of Indexable.MAX_INDEXABLES_TO_BE_UPDATED_IN_ONE_CALL.

Summary

Public Constructors
FirebaseAppIndexingTooManyArgumentsException()
FirebaseAppIndexingTooManyArgumentsException(String message)
FirebaseAppIndexingTooManyArgumentsException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseAppIndexingTooManyArgumentsException ()

public FirebaseAppIndexingTooManyArgumentsException (String message)

Parameters
message String

public FirebaseAppIndexingTooManyArgumentsException (String message, Throwable cause)

Parameters
message String
cause Throwable