Page Summary
-
AppIndexInvalidArgumentExceptionis an exception thrown when an invalid argument is provided to an App Index API method. -
It extends
AppIndexException. -
Instances can be created with just a message or with a message and a cause.
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.