public class UnsupportedAccessModeException extends PeripheralException
PeripheralManager to indicate that the looked up peripheral cannot be opened in the requested
access mode.| Constructor and Description |
|---|
UnsupportedAccessModeException()
Constructs a new
PeripheralTypeNotSupportedException instance with null as its detailed reason
message. |
UnsupportedAccessModeException(java.lang.String message)
Constructs a new
PeripheralTypeNotSupportedException instance with the specified detailed reason message. |
public UnsupportedAccessModeException()
PeripheralTypeNotSupportedException instance with null as its detailed reason
message.public UnsupportedAccessModeException(java.lang.String message)
PeripheralTypeNotSupportedException 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 exceptionCopyright © 2012, 2013, Oracle and/or its affiliates. All rights reserved.
Legal Notices