RE: Java 1.4 issue

2003-01-07 Thread Davanum Srinivas
tude! >> >> Thanks. >> -- >> Tom Jordahl >> Macromedia Server Development >> >> >> >> -Original Message- >> From: Mitch Gitman [mailto:[EMAIL PROTECTED]] >> Sent: Monday, December 23, 2002 12:27 PM >> To: [EMAIL PRO

RE: Java 1.4 issue

2003-01-06 Thread Tom Jordahl
]] Sent: Monday, December 23, 2002 12:27 PM To: [EMAIL PROTECTED] Subject: Java 1.4 issue I've come across an Axis problem with Java 1.4. The 1.4 JDK introduces a couple methods in the Exception class: public Throwable getCause() public StackTraceElement[] getStackTrace() Suppose the Java inte

Java 1.4 issue

2002-12-23 Thread Mitch Gitman
I've come across an Axis problem with Java 1.4. The 1.4 JDK introduces a couple methods in the Exception class: public Throwable getCause() public StackTraceElement[] getStackTrace() Suppose the Java interface you're converting to a web service throws exceptions. Since the above methods are publ