UnauthorizedException Class

public class UnauthorizedException extends IotHubServiceException

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
IotHubStatusCode getStatusCode()

Inherited Members

Constructor Details

UnauthorizedException

public UnauthorizedException()

UnauthorizedException

public UnauthorizedException(String message)

Parameters:

message

UnauthorizedException

public UnauthorizedException(String message, Throwable cause)

Parameters:

message
cause

UnauthorizedException

public UnauthorizedException(Throwable cause)

Parameters:

cause

Method Details

getStatusCode

public IotHubStatusCode getStatusCode()

Applies to