Package | Description |
---|---|
com.esf.net.mqtt.client.service |
Modifier and Type | Method and Description |
---|---|
EsfClientErrorCode |
EsfMqttException.getCode()
This method returns the client error code
|
static EsfClientErrorCode |
EsfClientErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EsfClientErrorCode[] |
EsfClientErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EsfMqttException(EsfClientErrorCode esfClientErrorCode,
java.lang.Throwable cause,
java.lang.Object[] arguments)
Builds a new EsfMqttException instance based on the supplied MqttErrorCode, an optional Throwable cause, and optional arguments for the associated exception message.
|
Copyright © 2009 Eurotech Inc. All rights reserved.