public class DeviceNotFoundException extends DeviceException
Constructor and Description |
---|
DeviceNotFoundException()
Constructs a new
DeviceNotFoundException instance with null as its detailed reason message. |
DeviceNotFoundException(String message)
Constructs a new
DeviceNotFoundException instance with the specified detailed reason message. |
getMessage, initCause, printStackTrace, printStackTrace, toString
public DeviceNotFoundException()
DeviceNotFoundException
instance with null
as its detailed reason message.public DeviceNotFoundException(String message)
DeviceNotFoundException
instance with the specified detailed reason message. The
error message string message
can later be retrieved by the getMessage
method.message
- the detailed reason of the exception (may be null
).