IotHubDeviceMaximumQueueDepthExceededException Class

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

public class IotHubDeviceMaximumQueueDepthExceededException extends IotHubException

Create iot hub device maximum queue depth exceeded exception

Field Summary

Modifier and Type Field and Description
final String amqpErrorCode

Constructor Summary

Constructor Description
IotHubDeviceMaximumQueueDepthExceededException()
IotHubDeviceMaximumQueueDepthExceededException(String message)

Inherited Members

Field Details

amqpErrorCode

public static final String amqpErrorCode= "amqp:resource-limit-exceeded"

Constructor Details

IotHubDeviceMaximumQueueDepthExceededException

public IotHubDeviceMaximumQueueDepthExceededException()

IotHubDeviceMaximumQueueDepthExceededException

public IotHubDeviceMaximumQueueDepthExceededException(String message)

Parameters:

message

Applies to