org.hyperic.hq.product
Class MetricUnreachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hyperic.util.NestedException
org.hyperic.hq.common.ApplicationException
org.hyperic.hq.product.MetricUnreachableException
- All Implemented Interfaces:
- Serializable
public class MetricUnreachableException
- extends org.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 org.hyperic.util.NestedException |
_exception |
Methods inherited from class org.hyperic.util.NestedException |
addException, getExceptionOfType |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetricUnreachableException
public MetricUnreachableException(String s)
MetricUnreachableException
public MetricUnreachableException(String s,
Throwable t)
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.