public class PeripheralNotAvailableException extends PeripheralException
Peripheral to indicate that an operation is attempted on a peripheral which is not
(yet) available.| Constructor and Description |
|---|
PeripheralNotAvailableException()
Constructs a new
PeripheralNotAvailableException instance with null as its detailed reason
message. |
PeripheralNotAvailableException(java.lang.String message)
Constructs a new
PeripheralNotAvailableException instance with the specified detailed reason message. |
public PeripheralNotAvailableException()
PeripheralNotAvailableException instance with null as its detailed reason
message.public PeripheralNotAvailableException(java.lang.String message)
PeripheralNotAvailableException 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.