ProvisioningServiceClientNotFoundException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. sdk. iot. provisioning. service. exceptions. ProvisioningServiceClientException - com.
microsoft. azure. sdk. iot. provisioning. service. exceptions. ProvisioningServiceClientServiceException - com.
microsoft. azure. sdk. iot. provisioning. service. exceptions. ProvisioningServiceClientBadUsageException - com.
microsoft. azure. sdk. iot. provisioning. service. exceptions. ProvisioningServiceClientNotFoundException
- com.
- com.
- com.
- com.
- java.
- java.
public class ProvisioningServiceClientNotFoundException
extends ProvisioningServiceClientBadUsageException
Create Device Provisioning Service not found exception
The Device Provisioning Service instance, or a resource (e.g. an enrollment) does not exist.
HTTP status code 404.
Constructor Summary
Constructor | Description | |
---|---|---|
ProvisioningServiceClientNotFoundException() | ||
ProvisioningServiceClientNotFoundException(String message) |
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
ProvisioningServiceClientNotFoundException
public ProvisioningServiceClientNotFoundException()
ProvisioningServiceClientNotFoundException
public ProvisioningServiceClientNotFoundException(String message)
Parameters: