Package org.apache.storm.metricstore
Class MetricException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.storm.metricstore.MetricException
- All Implemented Interfaces:
- Serializable
A MetricException is used to describe an error using a MetricStore.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMetricException(String message) MetricException(String message, Throwable e) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MetricException
- 
MetricException
 
-