IotHubNotSupportedException Class

  • java.lang.Object
    • Exception
      • IotHubException
        • com.microsoft.azure.sdk.iot.service.exceptions.IotHubNotSupportedException

public class IotHubNotSupportedException extends IotHubException

Create iot hub not found exception

Field Summary

Modifier and Type Field and Description
final String amqpErrorCode

Constructor Summary

Constructor Description
IotHubNotSupportedException()
IotHubNotSupportedException(String message)

Inherited Members

Field Details

amqpErrorCode

public static final String amqpErrorCode= "amqp:not-implemented"

Constructor Details

IotHubNotSupportedException

public IotHubNotSupportedException()

IotHubNotSupportedException

public IotHubNotSupportedException(String message)

Parameters:

message

Applies to