Class ProductLowStockException

All Implemented Interfaces:
Serializable

public class ProductLowStockException extends LowStockException
Thrown when there is insufficient stock at a warehouse.
See Also:
  • Constructor Details

    • ProductLowStockException

      public ProductLowStockException(String message)
    • ProductLowStockException

      public ProductLowStockException(String message, String reason)
    • ProductLowStockException

      public ProductLowStockException(String message, String reason, Throwable cause)
    • ProductLowStockException

      public ProductLowStockException(String message, String reason, String subject)
    • ProductLowStockException

      public ProductLowStockException(String message, String reason, String subject, Throwable cause)
  • Method Details