Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.product
Class MetricInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hyperic.hq.common.SystemException
                  extended by org.hyperic.hq.product.MetricInvalidException
All Implemented Interfaces:
java.io.Serializable

public class MetricInvalidException
extends SystemException

This exception is thrown from the translate & getValue methods in plugins when the plugin cannot map the DSN to a template which it returned from getMeasurements

See Also:
Serialized Form

Constructor Summary
MetricInvalidException()
           
MetricInvalidException(java.lang.String s)
           
MetricInvalidException(java.lang.String s, java.lang.Throwable t)
           
MetricInvalidException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getRemoteMessage()
           
 void setRemoteMessage(java.lang.String remoteMessage)
           
 
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

MetricInvalidException

public MetricInvalidException()

MetricInvalidException

public MetricInvalidException(java.lang.String s)

MetricInvalidException

public MetricInvalidException(java.lang.Throwable t)

MetricInvalidException

public MetricInvalidException(java.lang.String s,
                              java.lang.Throwable t)
Method Detail

getRemoteMessage

public java.lang.String getRemoteMessage()

setRemoteMessage

public void setRemoteMessage(java.lang.String remoteMessage)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.