Class 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:
    Serialized Form
    • Constructor Detail

      • MetricsProviderLifeCycleException

        public MetricsProviderLifeCycleException()
      • MetricsProviderLifeCycleException

        public MetricsProviderLifeCycleException​(String message)
      • MetricsProviderLifeCycleException

        public MetricsProviderLifeCycleException​(String message,
                                                 Throwable cause)
      • MetricsProviderLifeCycleException

        public MetricsProviderLifeCycleException​(Throwable cause)