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