DeviceUnresponseException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
Java.lang.Nesne | |||
🎃 | com.android.tradefed.error.HarnessException | ||
🎃 | com.android.tradefed.device.DeviceNotAvailableException | ||
🎃 | com.android.tradefed.device.DeviceUndefinedException |
Cihazın adb tarafından görülebildiğini belirten DeviceNotAvailableException
uzmanlığı,
ancak yanıt vermiyor (ör.komutların zaman aşımına uğraması, başlatılmıyor vb.)
Özet
Kamu inşaatçıları | |
---|---|
DeviceUnresponsiveException(String msg, String serial)
|
|
DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)
|
Kamu inşaatçıları
DeviceUnresponseException
public DeviceUnresponsiveException (String msg, String serial)
DeviceUnresponsiveException
oluşturur.
Parametreler | |
---|---|
msg |
String : Açıklayıcı bir mesaj. |
serial |
String : ilgili cihazın seri numarası. |
DeviceUnresponseException
public DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)
DeviceUnresponsiveException
oluşturur.
Parametreler | |
---|---|
msg |
String : Açıklayıcı bir mesaj. |
serial |
String : ilgili cihazın seri numarası. |
errorId |
ErrorIdentifier : Bu hatanın hata tanımlayıcısı. |
DeviceUnresponseException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial)
DeviceUnresponsiveException
oluşturur.
Parametreler | |
---|---|
msg |
String : Açıklayıcı bir mesaj. |
cause |
Throwable : Cihazın kullanılamaz hale gelmesine neden olan kök Throwable . |
serial |
String : ilgili cihazın seri numarası. |
DeviceUnresponseException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)
DeviceUnresponsiveException
oluşturur.
Parametreler | |
---|---|
msg |
String : Açıklayıcı bir mesaj. |
cause |
Throwable : Cihazın kullanılamaz hale gelmesine neden olan kök Throwable . |
serial |
String : ilgili cihazın seri numarası. |
errorId |
ErrorIdentifier : Bu hatanın hata tanımlayıcısı. |