DeviceDisconnectedException

public class DeviceDisconnectedException
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.DeviceDisconnectedException


Bir cihaza artık aktarım türü üzerinden erişilemediğinde (ör.cihaz artık USB veya TCP/IP bağlantısı üzerinden görünmüyorsa) oluşturulur.

Özet

Herkese açık oluşturucular

DeviceDisconnectedException(String msg, String serial)

DeviceUnresponsiveException oluşturur.

DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId)

DeviceUnresponsiveException oluşturur.

DeviceDisconnectedException(String msg, Throwable cause, String serial)

DeviceUnresponsiveException oluşturur.

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

DeviceUnresponsiveException oluşturur.

Herkese açık oluşturucular

DeviceDisconnectedException

public DeviceDisconnectedException (String msg, 
                String serial)

DeviceUnresponsiveException oluşturur.

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

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

DeviceDisconnectedException

public DeviceDisconnectedException (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ı.

DeviceDisconnectedException

public DeviceDisconnectedException (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ı.

DeviceDisconnectedException

public DeviceDisconnectedException (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ı.