public class HIDDeviceNotFoundException
extends java.io.IOException
Constructor and Description |
---|
HIDDeviceNotFoundException()
Constructs a
HIDDeviceNotFoundException with no detailed error message. |
HIDDeviceNotFoundException(java.lang.String message)
Constructs a
HIDDeviceNotFoundException with the specified error message. |
public HIDDeviceNotFoundException()
HIDDeviceNotFoundException
with no detailed error message.public HIDDeviceNotFoundException(java.lang.String message)
HIDDeviceNotFoundException
with the specified error message.