/* Exception thrown when a product is not found in the contents of a shopping cart. */ public class ProductNotFoundException extends Exception { public ProductNotFoundException() { super(); } }