DeviceUnresponsiveException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
| java.lang.Object | |||
| ↳ | com.android.tradefed.error.HarnessException | ||
| ↳ | com.android.tradefed.device.DeviceNotAvailableException | ||
| ↳ | com.android.tradefed.device.DeviceUnresponsiveException | ||
DeviceNotAvailableException เฉพาะเจาะจงที่ระบุว่า adb เห็นอุปกรณ์ แต่อุปกรณ์ไม่ตอบสนอง (เช่น คำสั่งหมดเวลา บูตไม่ได้ ฯลฯ)
สรุป
ตัวสร้างแบบสาธารณะ | |
|---|---|
DeviceUnresponsiveException(String msg, String serial)
|
|
DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)
|
|
ตัวสร้างแบบสาธารณะ
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
String serial)สร้าง DeviceUnresponsiveException
| พารามิเตอร์ | |
|---|---|
msg |
String: ข้อความที่สื่อความหมาย |
serial |
String: หมายเลขซีเรียลของอุปกรณ์ที่เกี่ยวข้อง |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
String serial,
ErrorIdentifier errorId)สร้าง DeviceUnresponsiveException
| พารามิเตอร์ | |
|---|---|
msg |
String: ข้อความที่สื่อความหมาย |
serial |
String: หมายเลขซีเรียลของอุปกรณ์ที่เกี่ยวข้อง |
errorId |
ErrorIdentifier: ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้ |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial)สร้าง DeviceUnresponsiveException
| พารามิเตอร์ | |
|---|---|
msg |
String: ข้อความที่สื่อความหมาย |
cause |
Throwable: Throwable หลักที่ทำให้อุปกรณ์ไม่พร้อมใช้งาน |
serial |
String: หมายเลขซีเรียลของอุปกรณ์ที่เกี่ยวข้อง |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial,
ErrorIdentifier errorId)สร้าง DeviceUnresponsiveException
| พารามิเตอร์ | |
|---|---|
msg |
String: ข้อความที่สื่อความหมาย |
cause |
Throwable: Throwable หลักที่ทำให้อุปกรณ์ไม่พร้อมใช้งาน |
serial |
String: หมายเลขซีเรียลของอุปกรณ์ที่เกี่ยวข้อง |
errorId |
ErrorIdentifier: ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้ |