Replace ChannelException with Exception
---------------------------------------
Key: JGRP-1344
URL:
https://issues.jboss.org/browse/JGRP-1344
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0
public void JChannel.connect(String cluster) throws ChannelException --> throws
Exception
This is more generic, and we can still throw ChannelClosedExceptions (needs to be listed
in the javadoc)
This way, we don't have to wrap an Exception received from state transfer (fetching
state or setting state) into a StateTransferException
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira