Latest Java Aptitude Question SOLUTION: class ProductNotFoundException extends Exception { //Some code } class Shop { public void findProduct(int productId) throws ProductNotFoundException { /