Class NodeHealthCheckFailureException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, 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:
  • Constructor Details

    • NodeHealthCheckFailureException

      public NodeHealthCheckFailureException(String msg, Object... args)
    • NodeHealthCheckFailureException

      public NodeHealthCheckFailureException(StreamInput in) throws IOException
      Throws:
      IOException