DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

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


Cihazın adb'ye görünür olduğunu ancak yanıt vermediğini (ör.komutların zaman aşımına uğraması, başlatılamaması vb.) belirten bir DeviceNotAvailableException uzmanlığı

Özet

Herkese açık oluşturucular

DeviceUnresponsiveException(String msg, String serial)

DeviceUnresponsiveException oluşturur.

DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)

DeviceUnresponsiveException oluşturur.

DeviceUnresponsiveException(String msg, Throwable cause, String serial)

DeviceUnresponsiveException oluşturur.

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

DeviceUnresponsiveException oluşturur.

Herkese açık oluşturucular

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

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)

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ı.

DeviceUnresponsiveException

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 temel Throwable.

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

DeviceUnresponsiveException

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 temel Throwable.

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

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