DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.device.DeviceNotAvailableException
       ↳ com.android.tradefed.device.DeviceUnresponsiveException


Cihazın adb tarafından görüldüğünü ancak yanıt vermediğini (ör.komutların zaman aşımına uğraması, önyükleme yapmaması vb.) belirten DeviceNotAvailableException özelleştirmesi

Özet

Herkese açık kurucular

DeviceUnresponsiveException(String msg, String serial)

Bir DeviceUnresponsiveException oluşturur.

DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)

Bir DeviceUnresponsiveException oluşturur.

DeviceUnresponsiveException(String msg, Throwable cause, String serial)

Bir DeviceUnresponsiveException oluşturur.

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

Bir DeviceUnresponsiveException oluşturur.

Herkese açık kurucular

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

Bir DeviceUnresponsiveException oluşturur.

Parametreler
msg String: açıklayıcı bir mesaj.

serial String: İlgili cihazın seri numarası.

DeviceUnresponsiveException

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

Bir DeviceUnresponsiveException oluşturur.

Parametreler
msg String: açıklayıcı bir mesaj.

serial String: İlgili cihazın seri numarası.

errorId ErrorIdentifier: Bu hatanın hata tanımlayıcısıdır.

DeviceUnresponsiveException

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

Bir DeviceUnresponsiveException oluşturur.

Parametreler
msg String: açıklayıcı bir mesaj.

cause Throwable: Cihazın kullanılamamasına neden olan kök Throwable.

serial String: İlgili cihazın seri numarası.

DeviceUnresponsiveException

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

Bir DeviceUnresponsiveException oluşturur.

Parametreler
msg String: açıklayıcı bir mesaj.

cause Throwable: Cihazın kullanılamamasına neden olan kök Throwable.

serial String: İlgili cihazın seri numarası.

errorId ErrorIdentifier: Bu hatanın hata tanımlayıcısıdır.