IotHubInternalServerErrorException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubInternalServerErrorException
- com.
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
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:internal-error"
Constructor Details
IotHubInternalServerErrorException
public IotHubInternalServerErrorException()
IotHubInternalServerErrorException
public IotHubInternalServerErrorException(String message)
Parameters:
message