DeviceUnresponsiveException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
| java.lang.Object | |||
| ↳ | 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.i comandi scadono, 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 in questione. |
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 in questione. |
errorId |
ErrorIdentifier: l'identificatore dell'errore. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial)Crea un DeviceUnresponsiveException.
| Parametri | |
|---|---|
msg |
String: un messaggio descrittivo. |
cause |
Throwable: il Throwable principale che ha causato la mancata disponibilità del dispositivo. |
serial |
String: il numero di serie del dispositivo in questione. |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial,
ErrorIdentifier errorId)Crea un DeviceUnresponsiveException.
| Parametri | |
|---|---|
msg |
String: un messaggio descrittivo. |
cause |
Throwable: il Throwable principale che ha causato la mancata disponibilità del dispositivo. |
serial |
String: il numero di serie del dispositivo in questione. |
errorId |
ErrorIdentifier: l'identificatore dell'errore. |