DeviceUnresponsiveException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | 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: ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้ |