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