package fha.inf3.queue;

/**
 * @author tardy
 */
public class QueueFullException extends RuntimeException {

}
