IotHubUnauthorizedException Class

  • java.lang.Object
    • Exception
      • IotHubException
        • com.microsoft.azure.sdk.iot.service.exceptions.IotHubUnauthorizedException

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

Field Details

amqpErrorCode

public static final String amqpErrorCode= "amqp:unauthorized-access"

Constructor Details

IotHubUnauthorizedException

public IotHubUnauthorizedException()

IotHubUnauthorizedException

public IotHubUnauthorizedException(String message)

Parameters:

message

Applies to