public class GooglePaymentException extends BraintreeException implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<GooglePaymentException> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
GooglePaymentException(android.os.Parcel in) |
|
GooglePaymentException(java.lang.String message,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
Status |
getStatus()
Get the
Status object that contains more details about the error and how to resolve it. |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<GooglePaymentException> CREATOR
public GooglePaymentException(java.lang.String message,
Status status)
protected GooglePaymentException(android.os.Parcel in)
public Status getStatus()
Status object that contains more details about the error and how to resolve it.Statuspublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable