HubOrDeviceIdNotFoundException Class

public class HubOrDeviceIdNotFoundException extends IotHubServiceException

Constructor Summary

Constructor Description
HubOrDeviceIdNotFoundException()
HubOrDeviceIdNotFoundException(String message)
HubOrDeviceIdNotFoundException(String message, Throwable cause)
HubOrDeviceIdNotFoundException(Throwable cause)

Method Summary

Modifier and Type Method and Description
IotHubStatusCode getStatusCode()

Inherited Members

Constructor Details

HubOrDeviceIdNotFoundException

public HubOrDeviceIdNotFoundException()

HubOrDeviceIdNotFoundException

public HubOrDeviceIdNotFoundException(String message)

Parameters:

message

HubOrDeviceIdNotFoundException

public HubOrDeviceIdNotFoundException(String message, Throwable cause)

Parameters:

message
cause

HubOrDeviceIdNotFoundException

public HubOrDeviceIdNotFoundException(Throwable cause)

Parameters:

cause

Method Details

getStatusCode

public IotHubStatusCode getStatusCode()

Applies to