org.rhq.enterprise.server.measurement
Class MeasurementStorageException

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.MeasurementStorageException
All Implemented Interfaces:
Serializable

public class MeasurementStorageException
extends RuntimeException

Signifies a failure to store measurement information

Author:
Greg Hinkle
See Also:
Serialized Form

Constructor Summary
MeasurementStorageException()
           
MeasurementStorageException(String message)
           
MeasurementStorageException(String message, Throwable cause)
           
MeasurementStorageException(Throwable cause)
           
 
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

MeasurementStorageException

public MeasurementStorageException()

MeasurementStorageException

public MeasurementStorageException(String message)

MeasurementStorageException

public MeasurementStorageException(String message,
                                   Throwable cause)

MeasurementStorageException

public MeasurementStorageException(Throwable cause)


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