Package org.jgroups
Class ChannelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgroups.ChannelException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ChannelClosedException,ChannelNotConnectedException,StateTransferException,VoteException
public class ChannelException extends java.lang.ExceptionThis class represents the super class for all exception types thrown by JGroups.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelException()ChannelException(java.lang.String reason)ChannelException(java.lang.String reason, java.lang.Throwable cause)
-