Class MqttException

All Implemented Interfaces:
Serializable

public class MqttException extends RuntimeException
This exception will be thrown by any exceptional cases encountered within the JNI bindings to the AWS Common Runtime
See Also:
  • Constructor Details

    • MqttException

      public MqttException(String msg)
      Parameters:
      msg - mqtt exception message
    • MqttException

      public MqttException(int errorCode)
      Parameters:
      errorCode - native CRT error code indicating the reason for the exception