com.amazon.InAppSDK.purchasing
Class PurchasingObserverNotRegisteredException

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

public class PurchasingObserverNotRegisteredException
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
PurchasingObserverNotRegisteredException()
           
PurchasingObserverNotRegisteredException(java.lang.String message)
           
PurchasingObserverNotRegisteredException(java.lang.String message, java.lang.Throwable throwable)
           
PurchasingObserverNotRegisteredException(java.lang.Throwable throwable)
           
 
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

PurchasingObserverNotRegisteredException

public PurchasingObserverNotRegisteredException()

PurchasingObserverNotRegisteredException

public PurchasingObserverNotRegisteredException(java.lang.String message)

PurchasingObserverNotRegisteredException

public PurchasingObserverNotRegisteredException(java.lang.Throwable throwable)

PurchasingObserverNotRegisteredException

public PurchasingObserverNotRegisteredException(java.lang.String message,
                                                java.lang.Throwable throwable)