209210211212213214215216217218219
// ok } try { orbs.send_multiple_requests_oneway(null); fail ("should have raised NO_IMPLEMENT"); } catch (org.omg.CORBA.NO_IMPLEMENT ex) { // ok
180181182183184185186187188189190
{ // Pass } try { orb.send_multiple_requests_oneway (null); fail ("Should have thrown not exist"); } catch (BAD_INV_ORDER e) { // Pass