RE: [OFF-TOPIC] - RE: How to capture the ROOT cause of EXCEPTION

2002-10-22 Thread Bodycombe, Andrew
@;utmb.edu] Sent: 21 October 2002 20:10 To: '[EMAIL PROTECTED]' Subject: RE: [OFF-TOPIC] - RE: How to capture the ROOT cause of EXCEPTION Date: Mon, 21 Oct 2002 14:13:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Hi all, I tried out th

RE: [OFF-TOPIC] - RE: How to capture the ROOT cause of EXCEPTION

2002-10-21 Thread Nagpal, Vikas
Hi all, I tried out the following code but it did not work. try { ... } catch(Exception e) { Throwable cause = e.getCause(); System.out.println(e.getCause()); } Can anyone help. Thanks, Vikas. -Original Message- From: Shapira, Yoav [mailto:Yoav.Shapira@;mpi.c

RE: [OFF-TOPIC] - RE: How to capture the ROOT cause of EXCEPTION

2002-10-21 Thread Nagpal, Vikas
Date: Mon, 21 Oct 2002 14:13:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Hi all, I tried out the following code but it did not work. try { ... } catch(Exception e) { Throwable cause = e.getCause(); System.out.pri