AppIndexException

public classAppIndexExceptionextendsException
Known Direct Subclasses

Class of exceptions thrown by the App Index API.

Public Constructor Summary

AppIndexException(String detailMessage)
Creates a new instance ofAppIndexException using error message.
AppIndexException(String detailMessage,Throwablecause)
Creates a new instance ofAppIndexException using error message and cause.

Inherited Method Summary

Public Constructors

publicAppIndexException(String detailMessage)

Creates a new instance ofAppIndexException using error message.

publicAppIndexException(StringdetailMessage, Throwable cause)

Creates a new instance ofAppIndexException using error message and cause.