AmqpResourceLimitExceededException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. amqps. exceptions. AmqpResourceLimitExceededException
- com.
public class AmqpResourceLimitExceededException extends ProtocolException
This exception is thrown when a amqp:resource-limit-exceeded 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= "amqp:resource-limit-exceeded"
Constructor Details
AmqpResourceLimitExceededException
public AmqpResourceLimitExceededException()
AmqpResourceLimitExceededException
public AmqpResourceLimitExceededException(String message)
Parameters:
AmqpResourceLimitExceededException
public AmqpResourceLimitExceededException(String message, Throwable cause)
Parameters:
AmqpResourceLimitExceededException
public AmqpResourceLimitExceededException(Throwable cause)
Parameters: