public class QueueEmptyException
extends RuntimeException
{
public QueueEmptyException(String err){
super(err);
}
}
public class QueueEmptyException
extends RuntimeException
{
public QueueEmptyException(String err){
super(err);
}
}