Class NodeClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.node.NodeClosedException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class NodeClosedException
extends ElasticsearchException
An exception indicating that node is closed.
See Also:
Serialized Form
  • Constructor Details

    • NodeClosedException

      public NodeClosedException​(DiscoveryNode node)
    • NodeClosedException

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