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: معرّف الخطأ لهذا الخطأ