public class PeripheralExistsException
extends com.oracle.deviceaccess.PeripheralException
PeripheralManager to indicate that a peripheral device
is already registered for the specified ID.| Constructor and Description |
|---|
PeripheralExistsException()
Constructs a new
PeripheralExistsException instance with null
as its detailed reason message. |
PeripheralExistsException(java.lang.String message)
Constructs a new
PeripheralExistsException instance with the specified
detailed reason message. |
public PeripheralExistsException()
PeripheralExistsException instance with null
as its detailed reason message.public PeripheralExistsException(java.lang.String message)
PeripheralExistsException instance with the specified
detailed reason message. The error message string message can later be
retrieved by the Throwable.getMessage() method.message - the detailed reason of the exception