public final class DeviceNotResetException
extends java.lang.RuntimeException
Constructor and Description |
---|
DeviceNotResetException()
Initializes a new instance of this class.
|
DeviceNotResetException(java.lang.String message)
Initializes a new instance of this class with the specified error message.
|
DeviceNotResetException(java.lang.String message,
java.lang.RuntimeException inner)
Initializes a new instance of this class with the specified error message and a reference to the inner exception that is the cause of this exception.
|
public DeviceNotResetException()
public DeviceNotResetException(java.lang.String message)
message
- A message that describes the error.public DeviceNotResetException(java.lang.String message, java.lang.RuntimeException inner)
message
- A message that describes the error.inner
- The exception that is the cause of the current exception. If the inner parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.