IotHubInternalServerErrorException Class

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

public class IotHubInternalServerErrorException extends IotHubException

Create internal server error exception

Field Summary

Modifier and Type Field and Description
final String amqpErrorCode

Constructor Summary

Constructor Description
IotHubInternalServerErrorException()
IotHubInternalServerErrorException(String message)

Inherited Members

Field Details

amqpErrorCode

public static final String amqpErrorCode= "amqp:internal-error"

Constructor Details

IotHubInternalServerErrorException

public IotHubInternalServerErrorException()

IotHubInternalServerErrorException

public IotHubInternalServerErrorException(String message)

Parameters:

message

Applies to