1 /** 2 * 3 */ 4 package org.apache.geronimo.samples.inventory.exception; 5 6 7 public class NotSufficientQuantityException extends Exception{ 8 public NotSufficientQuantityException(){ 9 super(); 10 } 11 }