AmapiSdkException

public class AmapiSdkException extends Exception

Known direct subclasses
EnvironmentNotPreparedException

Exception thrown when the environment is not prepared for the API call.

InvalidArgumentException

Exception thrown when the request argument is invalid.

Known indirect subclasses
AndroidDevicePolicyAppDisabledException

Exception thrown when the Android Device Policy app is disabled on the device.

AndroidDevicePolicyAppNotInstalledException

Exception thrown when the Android Device Policy app is not installed on the device.

AndroidDevicePolicyAppNotUpdatedException

Exception thrown when the Android Device Policy app is not up to date.

AndroidDevicePolicyInstallConsentDeclinedException

Exception thrown when the Android Device Policy install consent is declined.

AndroidDevicePolicyInstallConsentDismissedException

Exception thrown when the Android Device Policy install consent is dismissed.

AndroidDevicePolicyInstallOrUpdateRecoverableException

Exception thrown when the Android Device Policy app is not installed or not up to date.

AndroidDevicePolicyInstallOrUpdateUnrecoverableException

Exception thrown when the Android Device Policy app is not installed or not up to date.

GooglePlayServicesAppNotUpdatedException

Exception thrown when the Google Play Services app is not up to date.


Base exception for all exceptions thrown by the SDK.

Summary

Public constructors

Public constructors

AmapiSdkException

public AmapiSdkException(@NonNull String message, Throwable cause)
Parameters
@NonNull String message

the message to be displayed to the user