{
return PlexusJdoUtils.getObjectFromQuery( getPersistenceManager(), clazz, idField, id, fetchGroup );
}
catch ( PlexusObjectNotFoundException e )
{
throw new ContinuumObjectNotFoundException( e.getMessage() );
}
catch ( PlexusStoreException e )
{
throw new ContinuumStoreException( e.getMessage(), e );
}