public class JabbixException
extends java.lang.Exception
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 |
---|
JabbixException(java.lang.String msg)
Creates an exception object with the specified message.
|
JabbixException(java.lang.Throwable t)
Creates an exception object with the specified cause.
|
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 JabbixException(java.lang.String msg)
msg
- the exception commentpublic JabbixException(java.lang.Throwable t)
t
- the exception cause