/** * Eccezione EmptyQueueException * realizzazione minima * * @author A. Luchetta */ public class EmptyQueueException extends RuntimeException { }