UnauthorizedException Class

public class UnauthorizedException extends IotHubServiceException

Constructor Summary

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

Azure SDK for Java

Archive