org.jgroups

Class ChannelException

Known Direct Subclasses:
ChannelClosedException, ChannelNotConnectedException, VoteException

public class ChannelException
extends Exception

This class represents the super class for all exception types thrown by JGroups.

Constructor Summary

ChannelException()
ChannelException(String reason)
ChannelException(String reason, Throwable cause)

Constructor Details

ChannelException

public ChannelException()

ChannelException

public ChannelException(String reason)

ChannelException

public ChannelException(String reason,
                        Throwable cause)

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.