Excepción desconectada de dispositivo

public class DeviceDisconnectedException
extends DeviceNotAvailableException

Objeto java.lang.
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.device.DeviceNotAvailableException
       ↳ com.android.tradefed.device.DeviceDisconnectedException


Se arroja cuando ya no se puede acceder a un dispositivo a través de su tipo de transporte, p.ej., Si el dispositivo no tiene más tiempo visible mediante una conexión USB o TCP/IP

Resumen

Constructores públicos

DeviceDisconnectedException(String msg, String serial)

Crea un DeviceUnresponsiveException.

DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId)

Crea un DeviceUnresponsiveException.

DeviceDisconnectedException(String msg, Throwable cause, String serial)

Crea un DeviceUnresponsiveException.

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

Crea un DeviceUnresponsiveException.

Constructores públicos

Excepción desconectada de dispositivo

public DeviceDisconnectedException (String msg, 
                String serial)

Crea un DeviceUnresponsiveException.

Parámetros
msg String: Es un mensaje descriptivo.

serial String: Es la serie del dispositivo en cuestión.

Excepción desconectada de dispositivo

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

Crea un DeviceUnresponsiveException.

Parámetros
msg String: Es un mensaje descriptivo.

serial String: Es la serie del dispositivo en cuestión.

errorId ErrorIdentifier: Es el identificador de este error.

Excepción desconectada de dispositivo

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

Crea un DeviceUnresponsiveException.

Parámetros
msg String: Es un mensaje descriptivo.

cause Throwable: Es la raíz Throwable que hizo que el dispositivo dejara de estar disponible.

serial String: Es la serie del dispositivo en cuestión.

Excepción desconectada de dispositivo

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

Crea un DeviceUnresponsiveException.

Parámetros
msg String: Es un mensaje descriptivo.

cause Throwable: Es la raíz Throwable que hizo que el dispositivo dejara de estar disponible.

serial String: Es la serie del dispositivo en cuestión.

errorId ErrorIdentifier: Es el identificador de este error.