package omq.exception; public class ObjectNotFoundException extends Exception { /** * */ private static final long serialVersionUID = 1L; public ObjectNotFoundException(String ref) { super(ref); } }