AmqpConnectionThrottledException Class

public class AmqpConnectionThrottledException extends ProtocolException

This exception is thrown when a com.microsoft:device-container-throttled error is encountered over an AMQP connection

Field Summary

Modifier and Type Field and Description
final String errorCode

Constructor Summary

Constructor Description
AmqpConnectionThrottledException()
AmqpConnectionThrottledException(String message)
AmqpConnectionThrottledException(String message, Throwable cause)
AmqpConnectionThrottledException(Throwable cause)

Inherited Members

Field Details

errorCode

public static final String errorCode= "com.microsoft:device-container-throttled"

Constructor Details

AmqpConnectionThrottledException

public AmqpConnectionThrottledException()

AmqpConnectionThrottledException

public AmqpConnectionThrottledException(String message)

Parameters:

message

AmqpConnectionThrottledException

public AmqpConnectionThrottledException(String message, Throwable cause)

Parameters:

message
cause

AmqpConnectionThrottledException

public AmqpConnectionThrottledException(Throwable cause)

Parameters:

cause

Applies to