IotHubGatewayTimeoutException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubGatewayTimeoutException
- com.
public class IotHubGatewayTimeoutException extends IotHubException
Create gateway timeout exception (device does not answer in time)
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubGatewayTimeoutException() | ||
IotHubGatewayTimeoutException(String message) |
Inherited Members
IotHubException.errorCode
IotHubException.errorCodeDescription
IotHubException.IotHubException()
IotHubException.IotHubException(String message)
IotHubException.IotHubException(int errorCode, String message)
Constructor Details
IotHubGatewayTimeoutException
public IotHubGatewayTimeoutException()
IotHubGatewayTimeoutException
public IotHubGatewayTimeoutException(String message)
Parameters:
message