com.ibm.commerce.catalog.facade.client

Class CatalogGroupException

  • All Implemented Interfaces:
    java.io.Serializable


    public class CatalogGroupException
    extends AbstractBusinessObjectDocumentException
    This exception will be thrown when an error happens while performing a Process operation on a single CatalogGroup. The exception will include the response information and the associated list of catalog groups for the call to examine. The purpose of the exception is a convenient way for the client to be notified if there was an error when processing instead of having to examine the result returned from the CatalogGroup facade.
    See Also:
    Serialized Form
    • Constructor Detail

      • CatalogGroupException

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

        public CatalogGroupException(java.util.List clientErrors)
        This is the constructor of the class.
        Parameters:
        clientErrors - the list of client errors.
    • Method Detail

      • getCatalogGroup

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