public class IotHubClientException
extends java.lang.Exception
DeviceClient, ModuleClient,
or a MultiplexingClient. Each instance contains the status code of the error
as well as the recommendation on whether the request that resulted in this exception is retryable or not.| Constructor and Description |
|---|
IotHubClientException(IotHubStatusCode statusCode) |
IotHubClientException(IotHubStatusCode statusCode,
java.lang.Exception nestedException) |
IotHubClientException(IotHubStatusCode statusCode,
java.lang.String errorMessage) |
IotHubClientException(IotHubStatusCode statusCode,
java.lang.String errorMessage,
java.lang.Exception nestedException) |
public IotHubClientException(IotHubStatusCode statusCode)
public IotHubClientException(IotHubStatusCode statusCode, java.lang.String errorMessage)
public IotHubClientException(IotHubStatusCode statusCode, java.lang.Exception nestedException)
public IotHubClientException(IotHubStatusCode statusCode, java.lang.String errorMessage, java.lang.Exception nestedException)
Copyright © 2023. All rights reserved.