IotHubServiceException 构造函数
定义
重载
IotHubServiceException() | |
IotHubServiceException(String message) | |
IotHubServiceException(String message, Throwable cause) | |
IotHubServiceException(Throwable cause) |
IotHubServiceException()
public IotHubServiceException()
IotHubServiceException(String message)
public IotHubServiceException(String message)
参数
- message
- String
IotHubServiceException(String message, Throwable cause)
public IotHubServiceException(String message, Throwable cause)
参数
- message
- String
- cause
- Throwable
IotHubServiceException(Throwable cause)
public IotHubServiceException(Throwable cause)
参数
- cause
- Throwable