UnauthorizedException クラス
- java.
lang. Object - Exception
- TransportException
- IotHubServiceException
- com.
microsoft. azure. sdk. iot. device. transport. https. exceptions. UnauthorizedException
- com.
public class UnauthorizedException extends IotHubServiceException
コンストラクターの概要
| コンストラクター | 説明 | |
|---|---|---|
| UnauthorizedException() | ||
| UnauthorizedException(String message) | ||
| UnauthorizedException(String message, Throwable cause) | ||
| UnauthorizedException(Throwable cause) | ||
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Iot |
getStatusCode() |
継承メンバー
IotHubServiceException.IotHubServiceException()
IotHubServiceException.IotHubServiceException(String message)
IotHubServiceException.IotHubServiceException(String message, Throwable cause)
IotHubServiceException.IotHubServiceException(Throwable cause)
TransportException.isRetryable
TransportException.isRetryable()
TransportException.setRetryable(boolean isRetryable)
TransportException.toIotHubClientException()
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
コンストラクターの詳細
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()