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:
  • Constructor Details

    • MetricException

      public MetricException(String message)
    • MetricException

      public MetricException(String message, Throwable e)