Class MetricsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mapr.org.apache.hadoop.metrics.MetricsException
-
- All Implemented Interfaces:
java.io.Serializable
@LimitedPrivate({"HDFS","MapReduce"}) @Evolving public class MetricsException extends java.lang.RuntimeExceptionGeneral-purpose, unchecked metrics exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricsException()Creates a new instance of MetricsExceptionMetricsException(java.lang.String message)Creates a new instance of MetricsException
-