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
 
 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 SummaryConstructors Constructor Description MetricsProviderLifeCycleException()MetricsProviderLifeCycleException(String message)MetricsProviderLifeCycleException(String message, Throwable cause)MetricsProviderLifeCycleException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MetricsProviderLifeCycleExceptionpublic MetricsProviderLifeCycleException() 
 - 
MetricsProviderLifeCycleExceptionpublic MetricsProviderLifeCycleException(String message) 
 - 
MetricsProviderLifeCycleExceptionpublic MetricsProviderLifeCycleException(String message, Throwable cause) 
 - 
MetricsProviderLifeCycleExceptionpublic MetricsProviderLifeCycleException(Throwable cause) 
 
- 
 
-