/* 241 */ String defined_in_id = "IR";
/* */
/* 243 */ if ((this.defined_in instanceof ContainedOperations)) {
/* 244 */ defined_in_id = ((ContainedOperations)this.defined_in).id();
/* */ }
/* 246 */ ExceptionDescription ed = new ExceptionDescription(this.name, this.id, defined_in_id, this.version, type());
/* */
/* 250 */ Any any = getORB().create_any();
/* */
/* 252 */ ExceptionDescriptionHelper.insert(any, ed);
/* */