[jboss-jira] [JBoss JIRA] Created: (JGRP-1344) Replace ChannelException with Exception
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri Jul 8 02:24:23 EDT 2011
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
More information about the jboss-jira
mailing list