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 pour 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 (String msg, String serial, ErrorIdentifier errorId) Crée une | |
DeviceUnresponsiveException (String msg, Throwable cause, String serial) Crée une | |
DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId) Crée une |
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 : la racine ERROR(/Throwable) qui a rendu le périphérique 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 : la racine ERROR(/Throwable) qui a rendu le périphérique indisponible. |
serial | String : le numéro de série de l'appareil concerné. |
errorId | ErrorIdentifier : l'identifiant d'erreur pour cette erreur. |