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