/* 121 */ retValue = this.factory.invoke(id, REMOVE_OBJECT, EMPTY_ARGS);
/* */ }
/* */ catch (Exception e)
/* */ {
/* 125 */ RemoveException re = new RemoveException(e.getMessage());
/* 126 */ re.initCause(e);
/* 127 */ throw re;
/* */ }
/* */
/* */ }
/* */ else