com.ibm.commerce.giftcenter.facade.client

Class GiftListException

  • All Implemented Interfaces:
    java.io.Serializable


    public class GiftListException
    extends GiftCenterException
    This exception represents a business error describing why the request failed. This exception is thrown when the GiftList service returns error information.
    See Also:
    Serialized Form
    • Constructor Detail

      • GiftListException

        public GiftListException(ChangeStatusType changeStatus,
                                 VerbType verb,
                                 java.util.List giftlists)
        Creates an instance of the GiftList exception.
        Parameters:
        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.
      • GiftListException

        public GiftListException(java.util.List clientErrors)
        Creates an instance of the GiftList exception.
        Parameters:
        clientErrors - The client errors to associate with the exception. These client errors represent client-side parameter validation that causes the exception.
      • GiftListException

        public GiftListException(java.lang.String key,
                                 java.lang.String value)
        The GiftListException constructor
        Parameters:
        key - The key
        value - The value