else if (sinfo.reply_status() == SYSTEM_EXCEPTION.value)
{
interceptors.handle_receive_exception (
SystemExceptionHelper.read (sinfo.sending_exception().create_input_stream()));
}
else if (sinfo.reply_status() == LOCATION_FORWARD.value)
{
/**
* If the ForwardRequest was thrown at the send_exception interception
* point we will not be able to get the forward_reference from the
* server info and a BAD_INV_ORDER will be thrown. In that case handle