com.ibm.commerce.catalog.facade.client

Class KitException

  • All Implemented Interfaces:
    java.io.Serializable


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

      • KitException

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

      • getKit

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