IotHubMessageTooLargeException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubMessageTooLargeException
- com.
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
IotHubException.errorCode
IotHubException.errorCodeDescription
IotHubException.IotHubException()
IotHubException.IotHubException(String message)
IotHubException.IotHubException(int errorCode, String message)
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