تم إلغاء ربط الجهاز.
public
class
DeviceDisconnectedException
extends DeviceNotAvailableException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.device.DeviceNotavailableException | ||
↳ | com.android.tradefed.device.DeviceCollectionedException |
تتم عندما لا يكون بالإمكان الوصول إلى جهاز من خلال نوع وسيلة النقل، على سبيل المثال إذا كان الجهاز لا مرئي لفترة أطول عبر اتصال USB أو اتصال TCP/IP
ملخّص
شركة إنشاءات عامة | |
---|---|
DeviceDisconnectedException(String msg, String serial)
|
|
DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId)
|
|
DeviceDisconnectedException(String msg, Throwable cause, String serial)
|
|
DeviceDisconnectedException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)
|
شركة إنشاءات عامة
تم إلغاء ربط الجهاز.
public DeviceDisconnectedException (String msg, String serial)
ينشئ DeviceUnresponsiveException
.
المعلمات | |
---|---|
msg |
String : رسالة وصفية. |
serial |
String : الرقم التسلسلي للجهاز المعني |
تم إلغاء ربط الجهاز.
public DeviceDisconnectedException (String msg, String serial, ErrorIdentifier errorId)
ينشئ DeviceUnresponsiveException
.
المعلمات | |
---|---|
msg |
String : رسالة وصفية. |
serial |
String : الرقم التسلسلي للجهاز المعني |
errorId |
ErrorIdentifier : معرّف الخطأ لهذا الخطأ |
تم إلغاء ربط الجهاز.
public DeviceDisconnectedException (String msg, Throwable cause, String serial)
ينشئ DeviceUnresponsiveException
.
المعلمات | |
---|---|
msg |
String : رسالة وصفية. |
cause |
Throwable : الجذر Throwable الذي تسبّب في عدم توفّر الجهاز. |
serial |
String : الرقم التسلسلي للجهاز المعني |
تم إلغاء ربط الجهاز.
public DeviceDisconnectedException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)
ينشئ DeviceUnresponsiveException
.
المعلمات | |
---|---|
msg |
String : رسالة وصفية. |
cause |
Throwable : الجذر Throwable الذي تسبّب في عدم توفّر الجهاز. |
serial |
String : الرقم التسلسلي للجهاز المعني |
errorId |
ErrorIdentifier : معرّف الخطأ لهذا الخطأ |