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