AppIndexTooManyArgumentsException

public classAppIndexTooManyArgumentsExceptionextendsAppIndexException

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

Public Constructor Summary

AppIndexTooManyArgumentsException(Stringmessage)
Creates a new instance of AppIndexTooManyArgumentsExceptionusing error message.
AppIndexTooManyArgumentsException(Stringmessage, Throwablecause)
Creates a new instance of AppIndexTooManyArgumentsExceptionusing error message and cause.

Inherited Method Summary

Public Constructors

publicAppIndexTooManyArgumentsException()

Creates a new instance of AppIndexTooManyArgumentsException.

publicAppIndexTooManyArgumentsException(String message)

Creates a new instance of AppIndexTooManyArgumentsExceptionusing error message.

publicAppIndexTooManyArgumentsException(String message,Throwable cause)

Creates a new instance of AppIndexTooManyArgumentsExceptionusing error message and cause.