你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UnauthorizedException 类

public class UnauthorizedException extends IotHubServiceException

构造函数摘要

构造函数 说明
UnauthorizedException()
UnauthorizedException(String message)
UnauthorizedException(String message, Throwable cause)
UnauthorizedException(Throwable cause)

方法摘要

修饰符和类型 方法和描述
IotHubStatusCode getStatusCode()

继承成员

构造函数详细信息

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

方法详细信息

getStatusCode

public IotHubStatusCode getStatusCode()

适用于