DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
com.android.tradefed.error.HarnessException
com.android.tradefed.device.DeviceNotAvailableException
com.android.tradefed.device.DeviceUnresponsiveException


Une spécialisation de DeviceNotAvailableException qui indique que le périphérique est visible par adb, mais ne répond pas (c'est-à-dire que les commandes expirent, ne démarrent pas, etc.)

Résumé

Constructeurs publics

DeviceUnresponsiveException (String msg, String serial)

Crée une DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)

Crée une DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, Throwable cause, String serial)

Crée une DeviceUnresponsiveException .

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

Crée une DeviceUnresponsiveException .

Constructeurs publics

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

Crée une DeviceUnresponsiveException .

Paramètres
msg String : un message descriptif.

serial String : le numéro de série de l'appareil concerné.

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

Crée une DeviceUnresponsiveException .

Paramètres
msg String : un message descriptif.

serial String : le numéro de série de l'appareil concerné.

errorId ErrorIdentifier : l'identifiant d'erreur pour cette erreur.

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial)

Crée une DeviceUnresponsiveException .

Paramètres
msg String : un message descriptif.

cause Throwable : le Throwable racine qui a rendu l'appareil indisponible.

serial String : le numéro de série de l'appareil concerné.

DeviceUnresponsiveException

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

Crée une DeviceUnresponsiveException .

Paramètres
msg String : un message descriptif.

cause Throwable : le Throwable racine qui a rendu l'appareil indisponible.

serial String : le numéro de série de l'appareil concerné.

errorId ErrorIdentifier : l'identifiant d'erreur pour cette erreur.