org.apache.hadoop.metrics
Class MetricsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.metrics.MetricsException
- All Implemented Interfaces:
- Serializable
Deprecated. in favor of MetricsException
.
@Deprecated
@InterfaceAudience.LimitedPrivate(value={"HDFS","MapReduce"})
@InterfaceStability.Evolving
public class MetricsException
- extends RuntimeException
General-purpose, unchecked metrics exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetricsException
public MetricsException()
- Deprecated.
- Creates a new instance of MetricsException
MetricsException
public MetricsException(String message)
- Deprecated.
- Creates a new instance of MetricsException
- Parameters:
message
- an error message
Copyright © 2009 The Apache Software Foundation