Module io.helidon.dbclient.health
Package io.helidon.dbclient.health
Class HealthCheckBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.dbclient.DbClientException
io.helidon.dbclient.health.HealthCheckBuilderException
- All Implemented Interfaces:
Serializable
Exception in health check builder.
- See Also:
-
Constructor Summary
ConstructorDescriptionHealthCheckBuilderException
(String message) Create a new exception for a message.HealthCheckBuilderException
(String message, Throwable cause) Create a new exception for 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
-
HealthCheckBuilderException
Create a new exception for a message.- Parameters:
message
- descriptive message
-
HealthCheckBuilderException
Create a new exception for a message and a cause.- Parameters:
message
- descriptive messagecause
- original throwable causing this exception
-