AmqpDecodeErrorException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. amqps. exceptions. AmqpDecodeErrorException
- com.
public class AmqpDecodeErrorException extends ProtocolException
This exception is thrown when a amqp:decode-error is encountered over an AMQP connection
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | errorCode |
Constructor Summary
Constructor | Description | |
---|---|---|
AmqpDecodeErrorException() | ||
AmqpDecodeErrorException(String message) | ||
AmqpDecodeErrorException(String message, Throwable cause) | ||
AmqpDecodeErrorException(Throwable cause) |
Inherited Members
TransportException.isRetryable
TransportException.isRetryable()
ProtocolException.ProtocolException()
ProtocolException.ProtocolException(String message)
ProtocolException.ProtocolException(String message, Throwable cause)
ProtocolException.ProtocolException(Throwable cause)
TransportException.setRetryable(boolean isRetryable)
TransportException.toIotHubClientException()
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
Field Details
errorCode
public static final String errorCode= "amqp:decode-error"
Constructor Details
AmqpDecodeErrorException
public AmqpDecodeErrorException()
AmqpDecodeErrorException
public AmqpDecodeErrorException(String message)
Parameters:
message
AmqpDecodeErrorException
public AmqpDecodeErrorException(String message, Throwable cause)
Parameters:
message
cause
AmqpDecodeErrorException
public AmqpDecodeErrorException(Throwable cause)
Parameters:
cause
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java