Class HealthCheckFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ha.HealthCheckFailedException
All Implemented Interfaces:
Serializable

@Public @Evolving public class HealthCheckFailedException extends IOException
Exception thrown to indicate that health check of a service failed.
See Also:
  • Constructor Details

    • HealthCheckFailedException

      public HealthCheckFailedException(String message)
    • HealthCheckFailedException

      public HealthCheckFailedException(String message, Throwable cause)