Class InventoryNotReservedException

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

public class InventoryNotReservedException extends Exception
Exception to indicate when inventory was not already reserved, so it could not be fulfilled.
See Also:
  • Constructor Details

    • InventoryNotReservedException

      public InventoryNotReservedException()
    • InventoryNotReservedException

      public InventoryNotReservedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • InventoryNotReservedException

      public InventoryNotReservedException(String message, Throwable cause)
    • InventoryNotReservedException

      public InventoryNotReservedException(String message)
    • InventoryNotReservedException

      public InventoryNotReservedException(Throwable cause)