public class PeripheralTypeNotSupportedException extends PeripheralException
PeripheralManager to indicate permanent unavailability of the looked up peripheral. The
corresponding peripheral type is not supported on the system.| Constructor and Description |
|---|
PeripheralTypeNotSupportedException()
Constructs a new
PeripheralTypeNotSupportedException instance with null as its detailed reason
message. |
PeripheralTypeNotSupportedException(java.lang.String message)
Constructs a new
PeripheralTypeNotSupportedException instance with the specified detailed reason message. |
public PeripheralTypeNotSupportedException()
PeripheralTypeNotSupportedException instance with null as its detailed reason
message.public PeripheralTypeNotSupportedException(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 (c) 2012, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.