com.ibm.commerce.installment.facade.client

Class OrderInstallmentPriceException

  • All Implemented Interfaces:
    java.io.Serializable


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

      • OrderInstallmentPriceException

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

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

      • getOrderInstallmentPrice

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