ProtocolException 类
定义
Exception class that covers all exceptions that occur within transport protocol communication. For example, if a amqp:connection:forced exception is given by AMQP.
public class ProtocolException extends TransportException
- 继承
继承成员
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()
TransportException.setIotHubService(IotHubService iotHubService)
TransportException.setRetryable(boolean isRetryable)
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
构造函数
ProtocolException() | |
ProtocolException(String message) | |
ProtocolException(String message, Throwable cause) | |
ProtocolException(Throwable cause) |