public class IabException
extends java.lang.Exception
getResult()
.Constructor and Description |
---|
IabException(IabResult r) |
IabException(IabResult r,
java.lang.Exception cause) |
IabException(int response,
java.lang.String message) |
IabException(int response,
java.lang.String message,
java.lang.Exception cause) |
Modifier and Type | Method and Description |
---|---|
IabResult |
getResult()
Returns the IAB result (error) that this exception signals.
|
public IabException(IabResult r)
public IabException(int response, java.lang.String message)
public IabException(IabResult r, java.lang.Exception cause)
public IabException(int response, java.lang.String message, java.lang.Exception cause)
public IabResult getResult()