DeviceUnresponseException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
com.android.tradefed.error.HarnessException
com.android.tradefed.device.DeviceNotAvailableException
com.android.tradefed.device.DeviceUnresponseException


تخصص 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 .

المقاولين العامة

DeviceUnresponseException

public DeviceUnresponsiveException (String msg, 
                String serial)

يقوم بإنشاء DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

serial String : التسلسل الخاص بالجهاز المعني.

DeviceUnresponseException

public DeviceUnresponsiveException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

يقوم بإنشاء DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

serial String : التسلسل الخاص بالجهاز المعني.

errorId ErrorIdentifier : معرف الخطأ لهذا الخطأ.

DeviceUnresponseException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial)

يقوم بإنشاء DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

cause Throwable : الجذر Throwable الذي تسبب في عدم توفر الجهاز.

serial String : التسلسل الخاص بالجهاز المعني.

DeviceUnresponseException

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

يقوم بإنشاء DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

cause Throwable : الجذر Throwable الذي تسبب في عدم توفر الجهاز.

serial String : التسلسل الخاص بالجهاز المعني.

errorId ErrorIdentifier : معرف الخطأ لهذا الخطأ.