public final class DeviceLostException
extends java.lang.RuntimeException
Constructor and Description |
---|
DeviceLostException()
Initializes a new instance of this class.
|
DeviceLostException(java.lang.String message)
Initializes a new instance of this class with the specified error message.
|
DeviceLostException(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 DeviceLostException()
public DeviceLostException(java.lang.String message)
message
- A message that describes the error.public DeviceLostException(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.