logger.error("world is [" + world.toString() + "]");
throw e;
} catch (Exception e) {
logger.error("error in applyModifiedRPObjects", e);
logger.error("world is [" + world.toString() + "]");
throw new RPObjectNotFoundException(RPObject.INVALID_ID);
}
}