<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
On Sat, 2003-12-20 at 08:40, Matt Ficken wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>I have 2 programs that are both written in python and communicate through OmniORB.

Currently, any exception I raise in one program just shows up in the other program as a generic OMNIORB error. Is there a way that I can transport actual python exceptions(Such as IOError and a descriptive message) from one program to another?

:)</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
If I'm not mistaken, this is what IDL exception definition is for; you write up an exception (hierarchy)<BR>
and then throw those from servant code.<BR>
<BR>
Hope it helps,
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>-- 
Radu-Adrian Popescu
CSA, DBA, Developer
Aldratech Ltd.
+40213212243</PRE>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>