com.ibm.commerce.store.facade.client

Class PhysicalStoreException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PhysicalStoreException
    extends AbstractBusinessObjectDocumentException
    This exception represents a business error to why the request was not process sucessfully. This exception will include the response information so the call can examine the response. The purpose of the exception is a convient way for the client to be notified if there was an error when processing instead of having to examine the result returned from the PhysicalStore facade.
    See Also:
    Serialized Form
    • Constructor Detail

      • PhysicalStoreException

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

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

      • getPhysicalStore

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