Class HealthCheckException

All Implemented Interfaces:
Serializable

public class HealthCheckException extends RuntimeException
Exception thrown by Health system if something goes wrong.
See Also:
  • Constructor Details

    • HealthCheckException

      public HealthCheckException(String message, Throwable cause)
      Exception with a message and a cause.
      Parameters:
      message - descriptive message
      cause - cause of this exception