Package org.jgroups

Class ChannelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelClosedException, ChannelNotConnectedException, StateTransferException, VoteException

public class ChannelException extends Exception
This class represents the super class for all exception types thrown by JGroups.
See Also:
  • Constructor Details

    • ChannelException

      public ChannelException()
    • ChannelException

      public ChannelException(String reason)
    • ChannelException

      public ChannelException(String reason, Throwable cause)