Package org.jgroups

Class ChannelNotConnectedException

All Implemented Interfaces:
Serializable

public class ChannelNotConnectedException extends ChannelException
Thrown if an operation is attemped on an unconnected channel.
See Also:
  • Constructor Details

    • ChannelNotConnectedException

      public ChannelNotConnectedException()
    • ChannelNotConnectedException

      public ChannelNotConnectedException(String reason)
  • Method Details