How does exception handling work in TIB/ObjectBus?

How does exception handling work in TIB/ObjectBus?

book

Article ID: KB0092089

calendar_today

Updated On:

Products Versions
Not Applicable -

Description

Resolution:
In the current release, a server uses env.exception() to "throw" an exception so that the client can receive it. This is the alternative exception mechanism provided by the CORBA specification. Its advantage is that it is portable. It will work on all C plus plus compilers that we support, whereas the GNU compilers (and some others), do not support throw and catch.

Issue/Introduction

How does exception handling work in TIB/ObjectBus?

Environment

Product: TIBCO ObjectBus Version: 3.0.0 OS: All --------------------