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()

適用対象