IotHubExceptionManager 类
定义
Provide static function to verify results and throw appropriate exception.
public class IotHubExceptionManager
- 继承
-
java.lang.ObjectIotHubExceptionManager
方法
httpResponseVerification(HttpResponse httpResponse) |
Verify Http response using response status
|
mapException(int responseStatus, String description) |
Return a new exception instance that best matches the given HTTP status code and description |