Class OutOfStockException

All Implemented Interfaces:
Serializable

public class OutOfStockException extends Exception
Exception that is thrown when item is out of stock Extends exception
See Also:
  • Constructor Details

    • OutOfStockException

      public OutOfStockException(String message)