DeviceUnresponsiveException
  public
  
  
  
  class
  DeviceUnresponsiveException
  
  
  
  
  
  
  
    extends DeviceNotAvailableException
  
  
  
  
  
  
| java.lang.Object | |||
| ↳ | com.android.tradefed.error.HarnessException | ||
| ↳ | com.android.tradefed.device.DeviceNotAvailableException | ||
| ↳ | com.android.tradefed.device.DeviceUnresponsiveException | ||
Es una especialización de DeviceNotAvailableException que indica que el dispositivo es visible para adb, pero no responde (es decir, se agota el tiempo de espera de los comandos, no se inicia, etcétera).
Resumen
| Constructores públicos | |
|---|---|
| 
      DeviceUnresponsiveException(String msg, String serial)
      Crea un  | |
| 
      DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)
      Crea un  | |
| 
      DeviceUnresponsiveException(String msg, Throwable cause, String serial)
      Crea un  | |
| 
      DeviceUnresponsiveException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)
      Crea un  | |
Constructores públicos
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, 
                String serial)Crea un DeviceUnresponsiveException.
| Parámetros | |
|---|---|
| msg | String: Un mensaje descriptivo. | 
| serial | String: Es el número de serie del dispositivo en cuestión. | 
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, 
                String serial, 
                ErrorIdentifier errorId)Crea un DeviceUnresponsiveException.
| Parámetros | |
|---|---|
| msg | String: Un mensaje descriptivo. | 
| serial | String: Es el número de serie del dispositivo en cuestión. | 
| errorId | ErrorIdentifier: Es el identificador de error de este error. | 
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial)Crea un DeviceUnresponsiveException.
| Parámetros | |
|---|---|
| msg | String: Un mensaje descriptivo. | 
| cause | Throwable: Es elThrowableraíz que hizo que el dispositivo no estuviera disponible. | 
| serial | String: Es el número de serie del dispositivo en cuestión. | 
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)Crea un DeviceUnresponsiveException.
| Parámetros | |
|---|---|
| msg | String: Un mensaje descriptivo. | 
| cause | Throwable: Es elThrowableraíz que hizo que el dispositivo no estuviera disponible. | 
| serial | String: Es el número de serie del dispositivo en cuestión. | 
| errorId | ErrorIdentifier: Es el identificador de error de este error. | 
