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


Spécialisation de DeviceNotAvailableException qui indique que l'appareil est visible pour adb, mais qu'il 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 un objet DeviceUnresponsiveException.

DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)

Crée un objet DeviceUnresponsiveException.

DeviceUnresponsiveException(String msg, Throwable cause, String serial)

Crée un objet DeviceUnresponsiveException.

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

Crée un objet DeviceUnresponsiveException.

Constructeurs publics

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

Crée un objet DeviceUnresponsiveException.

Paramètres
msg String : message descriptif.

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

DeviceUnresponsiveException

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

Crée un objet DeviceUnresponsiveException.

Paramètres
msg String : message descriptif.

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

errorId ErrorIdentifier : identifiant d'erreur pour cette erreur.

DeviceUnresponsiveException

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

Crée un objet DeviceUnresponsiveException.

Paramètres
msg String : message descriptif.

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

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

DeviceUnresponsiveException

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

Crée un objet DeviceUnresponsiveException.

Paramètres
msg String : message descriptif.

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

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

errorId ErrorIdentifier : identifiant d'erreur pour cette erreur.