IotHubNotFoundException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubNotFoundException
- com.
public class IotHubNotFoundException extends IotHubException
Create iot hub not found exception
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | amqpErrorCode |
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubNotFoundException() | ||
IotHubNotFoundException(String message) |
Inherited Members
IotHubException.errorCode
IotHubException.errorCodeDescription
IotHubException.IotHubException()
IotHubException.IotHubException(String message)
IotHubException.IotHubException(int errorCode, String message)
Field Details
amqpErrorCode
public static final String amqpErrorCode= "amqp:not-found"
Constructor Details
IotHubNotFoundException
public IotHubNotFoundException()
IotHubNotFoundException
public IotHubNotFoundException(String message)
Parameters:
message