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