public class DeviceNotFoundException extends DeviceException
| Constructor and Description |
|---|
DeviceNotFoundException()
Constructs a new
DeviceNotFoundException instance with null as its detailed reason message. |
DeviceNotFoundException(java.lang.String message)
Constructs a new
DeviceNotFoundException instance with the specified detailed reason message. |
public DeviceNotFoundException()
DeviceNotFoundException instance with null as its detailed reason message.public DeviceNotFoundException(java.lang.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.Copyright © 2012, 2014, Oracle and/or its affiliates. All rights reserved.
Legal Notices