]
Bela Ban updated JGRP-2242:
---------------------------
Fix Version/s: 4.1.0
(was: 5.0)
Narrow set of thrown exceptions in Streamable and Marshaller method
signatures
------------------------------------------------------------------------------
Key: JGRP-2242
URL:
https://issues.jboss.org/browse/JGRP-2242
Project: JGroups
Issue Type: Enhancement
Affects Versions: 4.0
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Fix For: 4.1.0
These methods all throw a generic Exception. Write methods should only need to throw
IOException, while read methods should only need to throw IOException and
ClassNotFoundException.
Original PR, deferred to 5.0, is here:
https://github.com/belaban/JGroups/pull/372