TransportException 类
定义
public class TransportException extends DeviceClientException
- 继承
继承成员
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() | |
TransportException(String message) | |
TransportException(String message, Throwable cause) | |
TransportException(Throwable cause) |
字段
iotHubService | |
isRetryable |
方法
getIotHubService() | |
isRetryable() | |
setIotHubService(IotHubService iotHubService) | |
setRetryable(boolean isRetryable) |