com.ibm.commerce.installment.facade.client

Class InstallmentRuleException

  • All Implemented Interfaces:
    java.io.Serializable


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

      • InstallmentRuleException

        public InstallmentRuleException(ChangeStatusType changeStatus,
                                        VerbType verb,
                                        java.util.List installmentrules)
        This method creates an instance of the InstallmentRule exception.
        Parameters:
        changeStatus - The error information that is contained in the ChangeStatus element of the respond or acknowledge verb.
        verb - The returning verb.
        installmentrules - The list of InstallmentRule that is associated with the response.
      • InstallmentRuleException

        public InstallmentRuleException(java.util.List clientErrors)
        This method creates an instance of the InstallmentRule 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

      • getInstallmentRule

        public java.util.List getInstallmentRule()
        This method returns the InstallmentRule that is associated with the response of the request.
        Returns:
        The list of InstallmentRule found in the response.