IotHubBadGatewayException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubBadGatewayException
- com.
public class IotHubBadGatewayException extends IotHubException
Create bad gateway exception (device sent malformed response)
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubBadGatewayException() | ||
IotHubBadGatewayException(String message) |
Inherited Members
IotHubException.errorCode
IotHubException.errorCodeDescription
IotHubException.IotHubException()
IotHubException.IotHubException(String message)
IotHubException.IotHubException(int errorCode, String message)
Constructor Details
IotHubBadGatewayException
public IotHubBadGatewayException()
IotHubBadGatewayException
public IotHubBadGatewayException(String message)
Parameters:
message
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java