snichol 2002/11/26 19:05:08
Modified:java/src/org/apache/soap SOAPException.java
Log:
Submitted by: "Shannon Lal" <[EMAIL PROTECTED]>
Add javadoc.
Revision ChangesPath
1.7 +55 -0 xml-soap/java/src/org/apache/soap/SOAPException.java
Index: SOAPException
snichol 2002/10/18 13:27:18
Modified:java/src/org/apache/soap SOAPException.java
Log:
Override printStackTrace methods so that the trace for the targetException
is also printed automatically.
Revision ChangesPath
1.6 +39 -1 xml-soap/java/src/org/apache/soap/SO
duftler 01/09/24 12:45:13
Modified:java/src/org/apache/soap SOAPException.java
Log:
The fault code and exception message will now be run through
Utils.cleanString(...) to escape special characters.
For more details, see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=33