Menu

#4 XmlRpcException needs to take Throwable

open
nobody
None
5
2002-01-21
2002-01-21
No

When trying to debug an XML-RPC exception, it can be a
little hard back tracing to where things are from the
original cause to the XmlRpcException.

It would help things considerably if there were an
extra method

public XmlRpcException(String message, Throwable
throwable)

which would show nested exceptions. Note that JDK 1.4
has nested exceptions as a feature of
java.lang.Exception, so this won't be needed by then.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.