Class NodeHealthCheckFailureException

All Implemented Interfaces:
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(String msg, Object... args)
    • NodeHealthCheckFailureException

      public NodeHealthCheckFailureException(StreamInput in) throws IOException
      Throws:
      IOException