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