From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,59d3b7d8c55b8999 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.tiscali.de!not-for-mail From: Wilhelm Spickermann Newsgroups: comp.lang.ada Subject: Re: exception propagation for a distributed call Date: Tue, 07 Mar 2006 17:11:51 +0100 Organization: Tiscali Germany Usenet Message-ID: References: <1141742171.664900.4710@p10g2000cwp.googlegroups.com> NNTP-Posting-Host: p83.129.25.107.tisdip.tiscali.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: ulysses.news.tiscali.de 1141747912 31058 83.129.25.107 (7 Mar 2006 16:11:52 GMT) X-Complaints-To: abuse@tiscali.de NNTP-Posting-Date: Tue, 7 Mar 2006 16:11:52 +0000 (UTC) User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:3286 Date: 2006-03-07T17:11:51+01:00 List-Id: Hi, REH wrote: ... > I�need > to trap any exception that may occur, and re-raise it for the > caller, like CORBA does ... Ada does it too. Wilhelm