[jboss-jira] [JBoss JIRA] Resolved: (JGRP-1344) Replace ChannelException with Exception
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Jul 18 08:53:23 EDT 2011
[ https://issues.jboss.org/browse/JGRP-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1344.
----------------------------
Resolution: Done
Removed ChannelClosedException, ChannelNotConnectedException and ChannelException. The only exceptions left are StateTransferException, TimeoutException and SuspectException.
> 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