org.apache.hadoop.metrics
Class MetricsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.hadoop.metrics.MetricsException
All Implemented Interfaces:
Serializable

public class MetricsException
extends RuntimeException

General-purpose, unchecked metrics exception.

See Also:
Serialized Form

Constructor Summary
MetricsException()
          Creates a new instance of MetricsException
MetricsException(String message)
          Creates a new instance of MetricsException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © 2006 The Apache Software Foundation