Class NoSeedNodeLeftException

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

public class NoSeedNodeLeftException
extends ElasticsearchException
Thrown after failed to connect to all seed nodes of the remote cluster.
See Also:
Serialized Form
  • Constructor Details

    • NoSeedNodeLeftException

      public NoSeedNodeLeftException​(java.lang.String clusterName)
    • NoSeedNodeLeftException

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