net.hyperic.hq.product
Class MetricUnreachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.hyperic.util.NestedException
net.hyperic.hq.common.ApplicationException
net.hyperic.hq.product.MetricUnreachableException
- All Implemented Interfaces:
- java.io.Serializable
- public class MetricUnreachableException
- extends net.hyperic.hq.common.ApplicationException
This exception is thrown from a measurement plugin's getValue
when the transport for monitoring the entity fails. I.e.
you can't setup the JDBC connection, can't connect to the
SNMP port, etc.
- See Also:
- Serialized Form
Fields inherited from class net.hyperic.util.NestedException |
_exception |
Methods inherited from class net.hyperic.util.NestedException |
addException, getExceptionOfType, printStackTrace, printStackTrace, toString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MetricUnreachableException
public MetricUnreachableException(java.lang.String s)
MetricUnreachableException
public MetricUnreachableException(java.lang.String s,
java.lang.Throwable t)
Copyright © 2004-2005 Hyperic LLC support@hyperic.net, All Rights Reserved.