java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.health.HealthCheckException
- All Implemented Interfaces:
Serializable
Exception thrown by Health system if something goes wrong.
- See Also:
-
Constructor Summary
ConstructorDescriptionHealthCheckException
(String message, Throwable cause) Exception with a message and a 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
-
HealthCheckException
Exception with a message and a cause.- Parameters:
message
- descriptive messagecause
- cause of this exception
-