DeviceNotFoundException constructor
DeviceNotFoundException(
- String message
Implementation
DeviceNotFoundException(String message) : super('DeviceNotFound', message);
DeviceNotFoundException(String message) : super('DeviceNotFound', message);