DeviceUnresponsiveException
public class DeviceUnresponsiveException
extends DeviceNotAvailableException
java.lang.Oggetto | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.device.DeviceNotAvailableException | ||
↳ | com.android.tradefed.device.DeviceUnresponsiveException |
Una specializzazione di DeviceNotAvailableException
che indica che il dispositivo è visibile ad adb, ma non risponde (ovvero, i comandi scadono, non si avviano, ecc.)
Riepilogo
Costruttori pubblici | |
---|---|
DeviceUnresponsiveException (String msg, String serial) Crea | |
DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId) Crea | |
DeviceUnresponsiveException (String msg, Throwable cause, String serial) Crea | |
DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId) Crea |
Costruttori pubblici
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, String serial)
Crea DeviceUnresponsiveException
.
Parametri | |
---|---|
msg | String : un messaggio descrittivo. |
serial | String : il seriale del dispositivo interessato. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)
Crea DeviceUnresponsiveException
.
Parametri | |
---|---|
msg | String : un messaggio descrittivo. |
serial | String : il seriale del dispositivo interessato. |
errorId | ErrorIdentifier : l'identificatore di errore per questo errore. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial)
Crea DeviceUnresponsiveException
.
Parametri | |
---|---|
msg | String : un messaggio descrittivo. |
cause | Throwable : la radice Throwable che ha reso il dispositivo non disponibile. |
serial | String : il seriale del dispositivo interessato. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)
Crea DeviceUnresponsiveException
.
Parametri | |
---|---|
msg | String : un messaggio descrittivo. |
cause | Throwable : la radice Throwable che ha reso il dispositivo non disponibile. |
serial | String : il seriale del dispositivo interessato. |
errorId | ErrorIdentifier : l'identificatore di errore per questo errore. |