NoDeviceException
public
class
NoDeviceException
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.NoDeviceException |
Thrown when there's no device to execute a given command.
Summary
Public constructors | |
---|---|
NoDeviceException()
Creates a |
|
NoDeviceException(String msg)
Creates a |
|
NoDeviceException(String msg, Throwable cause)
Creates a |
Public constructors
NoDeviceException
public NoDeviceException (String msg)
Creates a NoDeviceException
.
Parameters | |
---|---|
msg |
String : a descriptive message.
|
NoDeviceException
public NoDeviceException (String msg, Throwable cause)
Creates a NoDeviceException
.
Parameters | |
---|---|
msg |
String : a descriptive message. |
cause |
Throwable : the root Throwable that caused the device to become unavailable.
|