com.amazon.InAppSDK.purchasing
Class SandboxException

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

public class SandboxException
extends java.lang.RuntimeException

Thrown to indicate that there are problems with Sandbox mode configuration.

See Also:
Serialized Form

Constructor Summary
SandboxException()
           
SandboxException(java.lang.String message)
           
SandboxException(java.lang.String message, java.lang.Throwable throwable)
           
SandboxException(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

SandboxException

public SandboxException()

SandboxException

public SandboxException(java.lang.String message)

SandboxException

public SandboxException(java.lang.Throwable throwable)

SandboxException

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