]
Bela Ban resolved JGRP-562.
---------------------------
Resolution: Done
done, thx
Message.setObject() and Message.getObject() hide exceptions thrown
during serialization/deserialization
-------------------------------------------------------------------------------------------------------
Key: JGRP-562
URL:
http://jira.jboss.com/jira/browse/JGRP-562
Project: JGroups
Issue Type: Bug
Affects Versions: 2.5
Reporter: Michael Newcomb
Assigned To: Bela Ban
Priority: Trivial
Fix For: 2.6
catch(Exception ex) {
throw new IllegalArgumentException(ex.toString());
}
Should throw new IllegalArgumentException(ex);
I have not checked the source, but a quick scan might reveal other such uses.
FYI, had a NullPointerException thrown, but it was just reported as 'null' since
just the message was put into the IllegalArgumentException.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: