public class GiftListException extends GiftCenterException
CHANGE_STATUS_CODE_VALUE_FOR_ERROR, ERROR_COUNT, ERROR_COUNT_KEY, MESSAGEKEY_ERRORCODE_SEPARATOR
Constructor and Description |
---|
GiftListException(ChangeStatusType changeStatus,
VerbType verb,
java.util.List giftlists)
Creates an instance of the GiftList exception.
|
GiftListException(java.util.List clientErrors)
Creates an instance of the GiftList exception.
|
GiftListException(java.lang.String key,
java.lang.String value)
The GiftListException constructor
|
getGiftList
addClientError, getChangeStatus, getClientErrors, getLocalizedMessage, getMessage, getVerb
public GiftListException(ChangeStatusType changeStatus, VerbType verb, java.util.List giftlists)
changeStatus
- The error information that is contained in the ChangeStatus
element of the respond or acknowledge verb.verb
- The returning verb.giftlists
- The list of gift lists that are associated with the response.public GiftListException(java.util.List clientErrors)
clientErrors
- The client errors to associate with the exception.
These client errors represent client-side parameter validation that causes the exception.public GiftListException(java.lang.String key, java.lang.String value)
key
- The keyvalue
- The value