public class EmptyQueueException extends Exception
{
	public EmptyQueueException ( ) { }
}

