AmqpLinkStolenException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. amqps. exceptions. AmqpLinkStolenException
- com.
public class AmqpLinkStolenException extends ProtocolException
This exception is thrown when a amqp:link:stolen error is encountered over an AMQP connection
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | errorCode |
Constructor Summary
Constructor | Description | |
---|---|---|
AmqpLinkStolenException() | ||
AmqpLinkStolenException(String message) | ||
AmqpLinkStolenException(String message, Throwable cause) | ||
AmqpLinkStolenException(Throwable cause) |
Inherited Members
Field Details
errorCode
public static final String errorCode= "amqp:link:stolen"
Constructor Details
AmqpLinkStolenException
public AmqpLinkStolenException()
AmqpLinkStolenException
public AmqpLinkStolenException(String message)
Parameters:
AmqpLinkStolenException
public AmqpLinkStolenException(String message, Throwable cause)
Parameters:
AmqpLinkStolenException
public AmqpLinkStolenException(Throwable cause)
Parameters: