public class AppIndexException extends Exception
  
  
  | 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.