if ((throwForwardRequest == SERVERA_SEND_EXCEPTION ||
throwForwardRequest == CLIENTB_RECEIVE_OTHER )
&& ! forwardRequestThrown)
{
forwardRequestThrown = true;
throw new ForwardRequest (remoteServerObj);
}
org.omg.CORBA.Any any = ri.sending_exception();
try