org.rhq.enterprise.server.measurement
Class MeasurementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.measurement.MeasurementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MeasurementNotFoundException

public class MeasurementException
extends RuntimeException

Excetions from the MetricSubsystem

Author:
Heiko W. Rupp
See Also:
Serialized Form

Constructor Summary
MeasurementException()
           
MeasurementException(String s)
           
MeasurementException(String message, Throwable cause)
           
MeasurementException(Throwable t)
           
 
Method Summary
 
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

MeasurementException

public MeasurementException()

MeasurementException

public MeasurementException(String s)

MeasurementException

public MeasurementException(Throwable t)

MeasurementException

public MeasurementException(String message,
                            Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.