IotHubInvalidOperationException Class
- java.
lang. Object - Exception
- IotHubException
- com.
microsoft. azure. sdk. iot. service. exceptions. IotHubInvalidOperationException
- com.
public class IotHubInvalidOperationException extends IotHubException
Create iot hub invalid operation exception
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | amqpErrorCode |
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubInvalidOperationException() | ||
IotHubInvalidOperationException(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-allowed"
Constructor Details
IotHubInvalidOperationException
public IotHubInvalidOperationException()
IotHubInvalidOperationException
public IotHubInvalidOperationException(String message)
Parameters:
message
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java