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 esempio, i comandi scadono, non si avvia, ecc.)

Riepilogo

Costruttori pubblici

DeviceUnresponsiveException (String msg, String serial)

Crea DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)

Crea DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, Throwable cause, String serial)

Crea DeviceUnresponsiveException .

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

Crea DeviceUnresponsiveException .

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 causato la non disponibilità del dispositivo.

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 causato la non disponibilità del dispositivo.

serial String : il seriale del dispositivo interessato.

errorId ErrorIdentifier : l'identificatore di errore per questo errore.