DeviceUnresponsiveException
public
class
DeviceUnresponsiveException
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.DeviceUnresponsiveException | ||||
Una specializzazione di DeviceNotAvailableException che indica che il dispositivo è visibile ad adb,
ma non risponde (ad es.timeout dei comandi, non si avvia e così via).
Riepilogo
Costruttori pubblici | |
|---|---|
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 |
|
Costruttori pubblici
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
String serial)Crea un DeviceUnresponsiveException.
| Parametri | |
|---|---|
msg |
String: un messaggio descrittivo. |
serial |
String: il numero di serie del dispositivo interessato. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
String serial,
ErrorIdentifier errorId)Crea un DeviceUnresponsiveException.
| Parametri | |
|---|---|
msg |
String: un messaggio descrittivo. |
serial |
String: il numero di serie del dispositivo interessato. |
errorId |
ErrorIdentifier: l'identificatore di errore per questo errore. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial)Crea un DeviceUnresponsiveException.
| Parametri | |
|---|---|
msg |
String: un messaggio descrittivo. |
cause |
Throwable: la Throwable radice che ha causato la mancata disponibilità del dispositivo. |
serial |
String: il numero di serie del dispositivo interessato. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial,
ErrorIdentifier errorId)Crea un DeviceUnresponsiveException.
| Parametri | |
|---|---|
msg |
String: un messaggio descrittivo. |
cause |
Throwable: la Throwable radice che ha causato la mancata disponibilità del dispositivo. |
serial |
String: il numero di serie del dispositivo interessato. |
errorId |
ErrorIdentifier: l'identificatore di errore per questo errore. |