DeviceUnresponsiveException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
java.lang.Object | ||
↳ | com.android.tradefed.device.DeviceNotAvailableException | |
↳ | com.android.tradefed.device.DeviceUnresponsiveException |
A specialization of DeviceNotAvailableException
that indicates device is visible to
adb, but is unresponsive (ie commands timing out, won't boot, etc)
Summary
Public constructors | |
---|---|
DeviceUnresponsiveException()
Creates a |
|
DeviceUnresponsiveException(String msg)
This constructor is deprecated.
use |
|
DeviceUnresponsiveException(String msg, String serial)
Creates a |
|
DeviceUnresponsiveException(String msg, Throwable cause)
This constructor is deprecated.
use
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial)
Creates a |
Public constructors
DeviceUnresponsiveException
public DeviceUnresponsiveException ()
Creates a DeviceUnresponsiveException
.
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg)
This constructor is deprecated.
use DeviceUnresponsiveException(String, String)
instead
Creates a DeviceUnresponsiveException
.
Parameters | |
---|---|
msg |
String : a descriptive message. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, String serial)
Creates a DeviceUnresponsiveException
.
Parameters | |
---|---|
msg |
String : a descriptive message.
|
serial |
String |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause)
This constructor is deprecated.
use
DeviceUnresponsiveException(String, Throwable, String)
instead
Creates a DeviceUnresponsiveException
.
Parameters | |
---|---|
msg |
String : a descriptive message. |
cause |
Throwable : the root Throwable that caused the device to become unavailable. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial)
Creates a DeviceUnresponsiveException
.
Parameters | |
---|---|
msg |
String : a descriptive message. |
cause |
Throwable : the root Throwable that caused the device to become unavailable.
|
serial |
String |