public class InvalidDeviceConfigException extends DeviceException
| Constructor and Description |
|---|
InvalidDeviceConfigException()
Constructs a new
InvalidDeviceConfigException instance with null as its detailed reason
message. |
InvalidDeviceConfigException(java.lang.String message)
Constructs a new
InvalidDeviceConfigException instance with the specified detailed reason message. |
public InvalidDeviceConfigException()
InvalidDeviceConfigException instance with null as its detailed reason
message.public InvalidDeviceConfigException(java.lang.String message)
InvalidDeviceConfigException instance with the specified detailed reason message.
The error message string message can later be retrieved by the getMessage method.message - the detailed reason of the exception (may be null).Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.
Legal Notices