public class PreconditionFailedException extends IotHubServiceException
isRetryable
Constructor and Description |
---|
PreconditionFailedException() |
PreconditionFailedException(java.lang.String message) |
PreconditionFailedException(java.lang.String message,
java.lang.Throwable cause) |
PreconditionFailedException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IotHubStatusCode |
getStatusCode() |
isRetryable, setRetryable, toIotHubClientException
public PreconditionFailedException()
public PreconditionFailedException(java.lang.String message)
public PreconditionFailedException(java.lang.String message, java.lang.Throwable cause)
public PreconditionFailedException(java.lang.Throwable cause)
public IotHubStatusCode getStatusCode()
getStatusCode
in class IotHubServiceException
Copyright © 2023. All rights reserved.