IotHubUnauthorizedException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubUnauthorizedException
- com.
public class IotHubUnauthorizedException extends IotHubException
Create unauthorized exception
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | amqpErrorCode |
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubUnauthorizedException() | ||
IotHubUnauthorizedException(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:unauthorized-access"
Constructor Details
IotHubUnauthorizedException
public IotHubUnauthorizedException()
IotHubUnauthorizedException
public IotHubUnauthorizedException(String message)
Parameters:
message