com.amazon.InAppSDK.purchasing
Class SdkObserverNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazon.InAppSDK.purchasing.SdkObserverNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class SdkObserverNotRegisteredException
extends java.lang.RuntimeException

Thrown to indicate that an PurchasingObserver has not been registered with PurchasingManager.registerObserver(PurchasingObserver). You must register an observer before you can use the other methods of PurchasingManager.

See Also:
Serialized Form

Constructor Summary
SdkObserverNotRegisteredException()
           
SdkObserverNotRegisteredException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SdkObserverNotRegisteredException

public SdkObserverNotRegisteredException()

SdkObserverNotRegisteredException

public SdkObserverNotRegisteredException(java.lang.String message)