public class UnknownCommandException extends JabbixException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR_TAG
The textual string indicating the error code of the exception in
accordance with the Zabbix protocol.
|
Constructor and Description |
---|
UnknownCommandException(java.lang.String msg)
Creates an exception object with the specified message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorTag()
Returns the textual string indicating the error code of the exception in
accordance with the Zabbix protocol.
|
public static java.lang.String ERROR_TAG
public UnknownCommandException(java.lang.String msg)
msg
- the exception commentpublic java.lang.String getErrorTag()
getErrorTag
in class JabbixException