public class DeviceAlreadyExistsException extends DeviceException
DeviceManager to indicate that a device is already
registered for the specified ID.| Constructor and Description |
|---|
DeviceAlreadyExistsException()
Constructs a new
DeviceAlreadyExistsException instance with null as its detailed
reason message. |
DeviceAlreadyExistsException(java.lang.String message)
Constructs a new
DeviceAlreadyExistsException instance with the specified detailed
reason message. |
public DeviceAlreadyExistsException()
DeviceAlreadyExistsException instance with null as its detailed
reason message.public DeviceAlreadyExistsException(java.lang.String message)
DeviceAlreadyExistsException 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