com.amazon.InAppSDK.purchasing
Class PurchasingObserverNotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)