/* 219 */ if ((t instanceof Exception))
/* */ {
/* 221 */ Exception e = (Exception)t;
/* 222 */ RmiIdlUtil.rethrowIfCorbaSystemException(e);
/* 223 */ out = (org.omg.CORBA_2_3.portable.OutputStream)handler.createExceptionReply();
/* 224 */ op.writeException(out, e);
/* */ }
/* */ else {
/* 227 */ throw new RuntimeException("NYI");
/* */ }
/* */ }