[omniORB] exceptions..can't throw from server to client

Robert G. Davis davisr@ttc.com
Thu, 02 Apr 98 17:29:41 EST


     Any exception I throw from the server gets rethrown as a 
     CORBA::SystemException at the client.  Any data I had in the exception 
     seems to have been lost.
     
     Is it possible to make my own exceptions, derived from 
     CORBA::SystemException or CORBA::UserException, and have that 
     exception thrown from the server and caught at the client or even 
     catch a CORBA::exception and _narrow it to my exception?
     
     Thanks in advance, Skip