package org.aegee.runanddine.util.data;

/**
 * Gets thrown if model is requested that does not exist in persistent storage
 */
public class ModelNotExistingException extends Exception
{
	private static final long serialVersionUID = 1L;
}
