// $Id$ package oor.model; /** * Base class for OOR-specific exceptions. * @author Mike Dean * */ public class OORException extends Exception { /** * */ private static final long serialVersionUID = -897669802655040619L; }