public class CheckoutPreferenceException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
EXCLUDED_ALL_PAYMENT_TYPES |
static int |
EXPIRED_PREFERENCE |
static int |
INACTIVE_PREFERENCE |
static int |
INVALID_INSTALLMENTS |
static int |
INVALID_ITEM |
static int |
NO_EMAIL_FOUND |
static int |
PREF_ID_NOT_MATCHING_REQUESTED |
Constructor and Description |
---|
CheckoutPreferenceException(int errorCode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
public static final int INVALID_ITEM
public static final int EXPIRED_PREFERENCE
public static final int INACTIVE_PREFERENCE
public static final int INVALID_INSTALLMENTS
public static final int EXCLUDED_ALL_PAYMENT_TYPES
public static final int PREF_ID_NOT_MATCHING_REQUESTED
public static final int NO_EMAIL_FOUND