Class 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:
    Serialized Form
    • Constructor Detail

      • 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)