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.

DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)

יצירת DeviceUnresponsiveException.

DeviceUnresponsiveException(String msg, Throwable cause, String serial)

יצירת DeviceUnresponsiveException.

DeviceUnresponsiveException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)

יצירת DeviceUnresponsiveException.

קונסטרוקטורים גלויים לכולם

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: מזהה השגיאה של השגיאה הזו.