Cihaz Bağlantısı Kesildi İstisnası

public class DeviceDisconnectedException
extends DeviceNotAvailableException

Java.lang.Nesne
🎃 com.android.tradefed.error.HarnessException
  🎃 com.android.tradefed.device.DeviceNotAvailableException
    🎃 com.android.tradefed.device.DeviceConnectionedException


Bir cihaza artık aktarım türü aracılığıyla erişilemediğinde atılır (ör. cihaz bu değilse USB veya TCP/IP bağlantısı üzerinden daha uzun görünür

Özet

Kamu inşaatçıları

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.

Kamu inşaatçıları

Cihaz Bağlantısı Kesildi İstisnası

public DeviceDisconnectedException (String msg, 
                String serial)

DeviceUnresponsiveException oluşturur.

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

serial String: ilgili cihazın seri numarası.

Cihaz Bağlantısı Kesildi İstisnası

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

Cihaz Bağlantısı Kesildi İstisnası

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 kök Throwable.

serial String: ilgili cihazın seri numarası.

Cihaz Bağlantısı Kesildi İstisnası

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 kök Throwable.

serial String: ilgili cihazın seri numarası.

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