AI-generated Key Takeaways
-
AppIndexException is a class of exceptions thrown by the App Index API.
-
Known direct subclasses include AppIndexInvalidArgumentException and AppIndexTooManyArgumentsException.
-
There are two public constructors for AppIndexException, one accepting a detail message and another accepting a detail message and a cause.
| Known Direct Subclasses |
Class of exceptions thrown by the App Index API.
Public Constructor Summary
|
AppIndexException(String
detailMessage)
Creates a new instance of
AppIndexException
using error message.
|
|
|
AppIndexException(String
detailMessage, Throwable cause)
Creates a new instance of
AppIndexException
using error message and cause.
|
Inherited Method Summary
Public Constructors
public AppIndexException (String detailMessage)
Creates a new instance of AppIndexException
using error message.
public AppIndexException (String detailMessage, Throwable cause)
Creates a new instance of AppIndexException
using error message and cause.