Class InventoryUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.inventory.exception.InventoryUnavailableException
All Implemented Interfaces:
Serializable

public class InventoryUnavailableException extends Exception
Exception to indicate when inventory cannot be reserved or otherwise decremented.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • InventoryUnavailableException

      public InventoryUnavailableException(Set<SkuRef> skuReferences)
    • InventoryUnavailableException

      public InventoryUnavailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Set<SkuRef> skuReferences)
    • InventoryUnavailableException

      public InventoryUnavailableException(String message, Throwable cause, Set<SkuRef> skuReferences)
    • InventoryUnavailableException

      public InventoryUnavailableException(String message, Set<SkuRef> skuReferences)
    • InventoryUnavailableException

      public InventoryUnavailableException(Throwable cause, Set<SkuRef> skuReferences)
  • Method Details

    • getSkuReferences

      public Set<SkuRef> getSkuReferences()