public class AppIndexInvalidArgumentException extends AppIndexException
  
  
  The exception that is thrown if an invalid argument is provided to one of the App Index API methods.
Public Constructor Summary
| 
                 
                  
                  AppIndexInvalidArgumentException(String message)
                   
              
                    Creates a new instance of  
                
                    AppIndexInvalidArgumentException using error message.
                   | 
            |
| 
                 
                  
                  AppIndexInvalidArgumentException(String message,
                  Throwable cause)
                   
              
                    Creates a new instance of  
                
                    AppIndexInvalidArgumentException using error message and cause.
                   | 
            
Inherited Method Summary
Public Constructors
public AppIndexInvalidArgumentException (String message)
Creates a new instance of 
            AppIndexInvalidArgumentException using error message.
public AppIndexInvalidArgumentException (String message, Throwable cause)
Creates a new instance of 
            AppIndexInvalidArgumentException using error message and cause.