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