AmqpNotFoundException 类
定义
This exception is thrown when a amqp:not-found error is encountered over an AMQP connection
public class AmqpNotFoundException extends ProtocolException
- 继承
-
java.lang.ObjectExceptionAmqpNotFoundException
继承成员
DeviceClientException.DeviceClientException()
DeviceClientException.DeviceClientException(String message)
DeviceClientException.DeviceClientException(String message, Throwable cause)
DeviceClientException.DeviceClientException(Throwable cause)
DeviceClientException.DeviceClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
TransportException.getIotHubService()
TransportException.iotHubService
TransportException.isRetryable
TransportException.isRetryable()
ProtocolException.ProtocolException()
ProtocolException.ProtocolException(String message)
ProtocolException.ProtocolException(String message, Throwable cause)
ProtocolException.ProtocolException(Throwable cause)
TransportException.setIotHubService(IotHubService iotHubService)
TransportException.setRetryable(boolean isRetryable)
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
构造函数
AmqpNotFoundException() | |
AmqpNotFoundException(String message) | |
AmqpNotFoundException(String message, Throwable cause) | |
AmqpNotFoundException(Throwable cause) |
字段
errorCode |