public class IabException
extends java.lang.Exception
getResult()
.构造器和说明 |
---|
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) |
限定符和类型 | 方法和说明 |
---|---|
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()