com.ibm.commerce.search.facade.client

Class SearchTermAssociationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SearchTermAssociationException
    extends AbstractBusinessObjectDocumentException
    This exception represents a business error describing why the request failed. This exception is thrown when the SearchTermAssociation 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

      • SearchTermAssociationException

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

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

      • getSearchTermAssociation

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