CORBA exceptions: Throwing

A business object might wrap existing logic that might not be written in C++ or might not use the exception paradigm. These business objects must convert the existing exceptions or error return codes to CORBA exceptions that can be returned to the client program.

Any non-CORBA exception thrown by the business object is mapped automatically to CORBA::UNKNOWN by the framework. This does not provide specific information to the client and severely limits the error recovery capability of the client program. These C++ exceptions should be mapped to appropriate CORBA exceptions by the business object.


Related reference
CORBA exceptions



Searchable topic ID:   rcor_coptex
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_coptex.html

Library | Support | Terms of Use | Feedback