IotHubMessageTooLargeException Class

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

public class IotHubMessageTooLargeException extends IotHubException

Create iot hub Message too large exception

Field Summary

Modifier and Type Field and Description
final String amqpErrorCode

Constructor Summary

Constructor Description
IotHubMessageTooLargeException()
IotHubMessageTooLargeException(String message)

Inherited Members

Field Details

amqpErrorCode

public static final String amqpErrorCode= "amqp:link:message-size-exceeded"

Constructor Details

IotHubMessageTooLargeException

public IotHubMessageTooLargeException()

IotHubMessageTooLargeException

public IotHubMessageTooLargeException(String message)

Parameters:

message

Applies to