com.ibm.commerce.wallet.facade.client

Class WalletItemException

  • All Implemented Interfaces:
    java.io.Serializable


    public class WalletItemException
    extends AbstractBusinessObjectDocumentException
    This exception represents a business error describing why the request failed. This exception is thrown when the WalletItem service returns error information.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WalletItemException

        public WalletItemException(ChangeStatusType changeStatus,
                                   VerbType verb,
                                   java.util.List walletitems)
        Creates an instance of the WalletItem exception.
        Parameters:
        changeStatus - The error information that is contained in the ChangeStatus element of the respond or acknowledge verb.
        verb - The returning verb.
        walletitems - The list of WalletItem that is associated with the response.
      • WalletItemException

        public WalletItemException(java.util.List clientErrors)
        Creates an instance of the WalletItem exception.
        Parameters:
        clientErrors - The client errors to associate with the exception. These client error represent client side parameter validation that cause the exception.
    • Method Detail

      • getWalletItem

        public java.util.List getWalletItem()
        Returns the WalletItem that is associated with the response of the request.
        Returns:
        The list of WalletItem found in the response.