com.ibm.commerce.installment.facade.client

Class CatalogEntryInstallmentPriceException

  • All Implemented Interfaces:
    java.io.Serializable


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

      • CatalogEntryInstallmentPriceException

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

        public CatalogEntryInstallmentPriceException(java.util.List clientErrors)
        Creates an instance of the CatalogEntryInstallmentPrice 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

      • getCatalogEntryInstallmentPrice

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