public class ItemNotFoundException extends Exception { ItemNotFoundException(){ super(); } }