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 SummaryConstructorsConstructorDescriptionHealthCheckException(String message, Throwable cause) Exception with a message and a cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
HealthCheckExceptionException with a message and a cause.- Parameters:
- message- descriptive message
- cause- cause of this exception
 
 
-