public class PeripheralConfigInvalidException extends PeripheralException
| Constructor and Description |
|---|
PeripheralConfigInvalidException()
Constructs a new
PeripheralConfigInvalidException instance with null as its detailed reason
message. |
PeripheralConfigInvalidException(java.lang.String message)
Constructs a new
PeripheralConfigInvalidException instance with the specified detailed reason message. |
public PeripheralConfigInvalidException()
PeripheralConfigInvalidException instance with null as its detailed reason
message.public PeripheralConfigInvalidException(java.lang.String message)
PeripheralConfigInvalidException 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.