public class

InvalidIntegrationException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.amazon.identity.auth.device.api.InvalidIntegrationException
Known Direct Subclasses

Class Overview

Runtime error thrown when the SDK has detected that it has not been integrated properly. The description will detail how the issue was caused, and steps to remediation.

Any occurrence of this kind of exception should be resolved before shipping your app to customers.{@since 3.0 }

Summary

Public Constructors
InvalidIntegrationException()
InvalidIntegrationException(String detailMessage)
InvalidIntegrationException(String detailMessage, Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidIntegrationException ()

public InvalidIntegrationException (String detailMessage)

public InvalidIntegrationException (String detailMessage, Throwable throwable)