001 /** 002 * 003 */ 004 package org.apache.geronimo.samples.inventory.exception; 005 006 007 public class NotSufficientQuantityException extends Exception{ 008 public NotSufficientQuantityException(){ 009 super(); 010 } 011 }