Package org.altlinux.jabbix
Class NoSuchMetricException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.altlinux.jabbix.JabbixException
-
- org.altlinux.jabbix.NoSuchMetricException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchMetricException extends JabbixException
An exception indicating that no metric agent was found to retrieve a value for a metric.- Author:
- Paul Wolneykien
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_TAGThe textual string indicating the error code of the exception in accordance with the Zabbix protocol.
-
Constructor Summary
Constructors Constructor Description NoSuchMetricException(java.lang.String msg)Creates an exception object with the specified message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorTag()Returns the textual string indicating the error code of the exception in accordance with the Zabbix protocol.
-
-
-
Method Detail
-
getErrorTag
public java.lang.String getErrorTag()
Returns the textual string indicating the error code of the exception in accordance with the Zabbix protocol.- Overrides:
getErrorTagin classJabbixException- Returns:
- the textual string indicating the error code
-
-