DeviceClientException 构造函数
定义
重载
DeviceClientException()
public DeviceClientException()
DeviceClientException(String message)
public DeviceClientException(String message)
参数
- message
- String
DeviceClientException(String message, Throwable cause)
public DeviceClientException(String message, Throwable cause)
参数
- message
- String
- cause
- Throwable
DeviceClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DeviceClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
参数
- message
- String
- cause
- Throwable
- enableSuppression
- boolean
- writableStackTrace
- boolean
DeviceClientException(Throwable cause)
public DeviceClientException(Throwable cause)
参数
- cause
- Throwable