org.jgroups

Class ChannelException

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 Detail

ChannelException

public ChannelException()

ChannelException

public ChannelException(String reason)

ChannelException

public ChannelException(String reason, Throwable cause)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.