CorbaClientDelegate del = ORBUtility.makeClientDelegate( ior ) ;
org.omg.CORBA.Object objref = null ;
try {
objref = stubFactory.makeStub() ;
} catch (Throwable e) {
wrapper.stubCreateError( e ) ;
if (e instanceof ThreadDeath) {
throw (ThreadDeath) e;
}