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, אבל לא מגיב (כלומר, פקודות שפג הזמן שלהן, לא מופעלות וכו')
סיכום
constructors ציבוריים | |
|---|---|
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)
יצירת |
|
constructors ציבוריים
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: מזהה השגיאה של השגיאה הזו. |