public class PeripheralNotFoundException extends PeripheralException
| Constructor and Description |
|---|
PeripheralNotFoundException()
Constructs a new
PeripheralNotFoundException instance with null as its detailed reason message. |
PeripheralNotFoundException(java.lang.String message)
Constructs a new
PeripheralNotFoundException instance with the specified detailed reason message. |
public PeripheralNotFoundException()
PeripheralNotFoundException instance with null as its detailed reason message.public PeripheralNotFoundException(java.lang.String message)
PeripheralNotFoundException 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) 1990, 2013, Oracle and/or its affiliates. All rights reserved.