openamf/src/java/org/openamf/invoker ServiceInvocationException.java,1.19,1.20
[email protected] Tue, 03 Feb 2004 19:48:44 -0800
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/invoker In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10502/src/java/org/openamf/invoker Modified Files: ServiceInvocationException.java Log Message: added patch from Darin Wilson <[email protected]> Index: ServiceInvocationException.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/ServiceInvocationException.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ServiceInvocationException.java 16 Aug 2003 13:11:16 -0000 1.19 --- ServiceInvocationException.java 4 Feb 2004 03:48:41 -0000 1.20 *************** *** 40,44 **** amfError.setCode(getErrorValue(rootCause, "getCode", AMFError.SERVER_PROCESSING)); amfError.setLevel(getErrorValue(rootCause, "getError", "error")); ! amfError.setType(rootCause.getClass().toString()); amfError.setDetails(ExceptionUtils.getStackTrace(rootCause)); amfError.setDescription(getErrorValue(rootCause, "getDescription", rootCause.getMessage())); --- 40,44 ---- amfError.setCode(getErrorValue(rootCause, "getCode", AMFError.SERVER_PROCESSING)); amfError.setLevel(getErrorValue(rootCause, "getError", "error")); ! amfError.setType(rootCause.getClass().getName()); amfError.setDetails(ExceptionUtils.getStackTrace(rootCause)); amfError.setDescription(getErrorValue(rootCause, "getDescription", rootCause.getMessage())); ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn