Class MetricsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mapr.org.apache.hadoop.metrics.MetricsException
- All Implemented Interfaces:
Serializable
@LimitedPrivate({"HDFS","MapReduce"})
@Evolving
public class MetricsException
extends RuntimeException
General-purpose, unchecked metrics exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of MetricsExceptionMetricsException(String message) Creates a new instance of MetricsException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetricsException
public MetricsException()Creates a new instance of MetricsException -
MetricsException
Creates a new instance of MetricsException- Parameters:
message- an error message
-