public class InvalidDeviceConfigException extends DeviceException
Constructor and Description |
---|
InvalidDeviceConfigException()
Constructs a new
InvalidDeviceConfigException instance with null as its detailed reason
message. |
InvalidDeviceConfigException(String message)
Constructs a new
InvalidDeviceConfigException instance with the specified detailed reason message. |
getMessage, initCause, printStackTrace, printStackTrace, toString
public InvalidDeviceConfigException()
InvalidDeviceConfigException
instance with null
as its detailed reason
message.public InvalidDeviceConfigException(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
).