Class PrometheusClient.PrometheusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cuioss.benchmarking.common.metrics.PrometheusClient.PrometheusException
- All Implemented Interfaces:
Serializable
- Enclosing class:
PrometheusClient
Exception thrown when Prometheus operations fail.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrometheusException(int statusCode, String message) PrometheusException(String message) PrometheusException(String message, Throwable 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
-
PrometheusException
-
PrometheusException
-
PrometheusException
-