Class UnhealthyException

All Implemented Interfaces:
Serializable

public class UnhealthyException extends InternalException
Thrown when the service instance is in an unhealthy state.
See Also:
  • Constructor Details

    • UnhealthyException

      public UnhealthyException(HealthStatus healthStatus)
      Creates a new instance with the given health status.
      Parameters:
      healthStatus - the current health status
  • Method Details