Share via


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

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