Class NodeNotConnectedException

java.lang.Object
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
NodeShouldNotConnectException

public class NodeNotConnectedException
extends ConnectTransportException
An exception indicating that a message is sent to a node that is not connected.
See Also:
Serialized Form
  • Constructor Details

    • NodeNotConnectedException

      public NodeNotConnectedException​(DiscoveryNode node, java.lang.String msg)
    • NodeNotConnectedException

      public NodeNotConnectedException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException