PahoExceptionTranslator Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.device.transport.mqtt.exceptions.PahoExceptionTranslator

public class PahoExceptionTranslator

Constructor Summary

Constructor Description
PahoExceptionTranslator()

Method Summary

Modifier and Type Method and Description
static ProtocolException convertToMqttException(MqttException pahoException, String errorMessage)

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PahoExceptionTranslator

public PahoExceptionTranslator()

Method Details

convertToMqttException

public static ProtocolException convertToMqttException(MqttException pahoException, String errorMessage)

Parameters:

pahoException
errorMessage

Applies to