Package org.jgroups
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.ChannelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelClosedException
,ChannelNotConnectedException
,StateTransferException
,VoteException
This class represents the super class for all exception types thrown by
JGroups.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChannelException
(String reason) ChannelException
(String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelException
public ChannelException() -
ChannelException
-
ChannelException
-