AmqpConnectionThrottledException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. amqps. exceptions. AmqpConnectionThrottledException
- com.
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
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:
AmqpConnectionThrottledException
public AmqpConnectionThrottledException(String message, Throwable cause)
Parameters:
AmqpConnectionThrottledException
public AmqpConnectionThrottledException(Throwable cause)
Parameters: