134135136137138139140141142143144
return EJBUtils.createRemoteBusinessObject(businessInterface_, stub_); } catch(Exception e) { WriteAbortedException wae = new WriteAbortedException ("RemoteBusinessWrapper.readResolve error", e); wae.initCause(e); throw wae; } }