diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 14:50:33 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 14:50:33 +0000 |
commit | bf5312c60f4ffc0a3b83cd9c63831e96eccd147f (patch) | |
tree | f787027847c9271983266cb0c37c79cdd6871599 /branches/sca-java-0.90/modules/core | |
parent | a3d3932664c54ea7fe90c9fd34b465b2227c8604 (diff) |
We should call e.toString() rather than e.getMessage() since some exceptions, such as NullPointerException, do not have a Messgae so return null. This then causes a NullPointerException to be thrown since you cannot pass null into the constructor of IOException. This then hides the original cause of the Exception
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-0.90/modules/core')
0 files changed, 0 insertions, 0 deletions