Class NodeNotConnectedException

All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

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,  msg)
    • NodeNotConnectedException

      public NodeNotConnectedException(StreamInput in) throws
      Throws: