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 Summary
ConstructorDescriptionMetricException
(String message) MetricException
(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetricException
-
MetricException
-