Class MetricsProviderLifeCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.zookeeper.metrics.MetricsProviderLifeCycleException
All Implemented Interfaces:
Serializable

public class MetricsProviderLifeCycleException extends Exception
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 Details

    • MetricsProviderLifeCycleException

      public MetricsProviderLifeCycleException()
    • MetricsProviderLifeCycleException

      public MetricsProviderLifeCycleException(String message)
    • MetricsProviderLifeCycleException

      public MetricsProviderLifeCycleException(String message, Throwable cause)
    • MetricsProviderLifeCycleException

      public MetricsProviderLifeCycleException(Throwable cause)