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