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