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
public class MetricException extends Exception
A MetricException is used to describe an error using a MetricStore.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricException(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
-
-