public class MetricsProviderLifeCycleException extends Exception
These exception will prevent the system from booting.
Normally these exception will be ignored during shutdown.
Constructor and Description |
---|
MetricsProviderLifeCycleException() |
MetricsProviderLifeCycleException(String message) |
MetricsProviderLifeCycleException(String message,
Throwable cause) |
MetricsProviderLifeCycleException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MetricsProviderLifeCycleException()
public MetricsProviderLifeCycleException(String message)
public MetricsProviderLifeCycleException(String message, Throwable cause)
public MetricsProviderLifeCycleException(Throwable cause)
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.