- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.health.HealthCheckException
-
- All Implemented Interfaces:
Serializable
public class HealthCheckException extends RuntimeException
Exception thrown by Health system if something goes wrong.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HealthCheckException(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
-
-