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
 
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()
- Creates a new instance of MetricsException
 
MetricsException
public MetricsException(String message)
- Creates a new instance of MetricsException
- Parameters:
 message - an error message
 
Copyright © 2008 The Apache Software Foundation