class IkkeMerPlassException extends Exception { public IkkeMerPlassException(String id) { super("Det var ikke mer plass til " + id); } }