Package org.apache.hadoop.ha
Class HealthCheckFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ha.HealthCheckFailedException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate that health check of a service failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHealthCheckFailedException(String message) HealthCheckFailedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HealthCheckFailedException
-
HealthCheckFailedException
-