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