Package org.apache.zookeeper.metrics
Class MetricsProviderLifeCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.zookeeper.metrics.MetricsProviderLifeCycleException
- All Implemented Interfaces:
Serializable
A generic exception thrown during the licecycle of a MetricsProvider.
These exception will prevent the system from booting.
Normally these exception will be ignored during shutdown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetricsProviderLifeCycleException
(String message) MetricsProviderLifeCycleException
(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
-
MetricsProviderLifeCycleException
public MetricsProviderLifeCycleException() -
MetricsProviderLifeCycleException
-
MetricsProviderLifeCycleException
-
MetricsProviderLifeCycleException
-