public class HealthCheckResultEntry extends Object implements Serializable
| Constructor and Description |
|---|
HealthCheckResultEntry(HealthCheckResultStatus status,
String msg) |
HealthCheckResultEntry(HealthCheckResultStatus status,
String msg,
Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
String |
getMessage() |
HealthCheckResultStatus |
getStatus()
Gets the severity level of the result of the health check
|
String |
toString() |
public HealthCheckResultEntry(HealthCheckResultStatus status, String msg)
public HealthCheckResultEntry(HealthCheckResultStatus status, String msg, Exception ex)
Copyright © 2021. All rights reserved.