Class NodeHealthCheckFailureException

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

public class NodeHealthCheckFailureException
extends ElasticsearchException
This exception is thrown if the File system is reported unhealthy by @FsHealthService and this nodes needs to be removed from the cluster
See Also:
Serialized Form
  • Constructor Details

    • NodeHealthCheckFailureException

      public NodeHealthCheckFailureException​(java.lang.String msg, java.lang.Object... args)
    • NodeHealthCheckFailureException

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