com.ibm.commerce.catalog.facade.client

Class CatalogEntryException

  • All Implemented Interfaces:
    java.io.Serializable


    public class CatalogEntryException
    extends AbstractBusinessObjectDocumentException
    This exception will be thrown when an error happens while performing a Process operation on a single CatalogEntry. The exception will include the response information and the associated list of CatalogEntrys 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 CatalogEntry facade.
    See Also:
    Serialized Form
    • Constructor Detail

      • CatalogEntryException

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

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

      • getCatalogEntry

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