enhance exception/error catching and processing to include all Throwable
------------------------------------------------------------------------
Key: AXIS2-1712
URL: http://issues.apache.org/jira/browse/AXIS2-1712
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Mike Rheinheimer
Currently, in AxisInvocationController.execute, we are catching Exception.
This patch upgrades that to catch Throwable since java.lang.Error (such as
StackOverflowError) may occur. Also added a method in ExceptionFactory to
enhance the message stored in the created exception. I encourage other
developers to use it to enhance error messages for the end user.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]