NetworkNotAvailableException

public class NetworkNotAvailableException
extends HarnessRuntimeException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeException
com.android.tradefed.device.NetworkNotAvailableException


Wird ausgelöst, wenn ein Gerät zum Testen keine Verbindung zum Netzwerk herstellen kann. Dies wird normalerweise ausgelöst, wenn sich ein Gerät nach dem Neustart nicht wieder mit dem WLAN verbindet.

Zusammenfassung

Öffentliche Konstrukteure

NetworkNotAvailableException (String msg)

Erstellt eine NetworkNotAvailableException .

NetworkNotAvailableException (String msg, Throwable cause)

Erstellt eine NetworkNotAvailableException .

Öffentliche Konstrukteure

NetworkNotAvailableException

public NetworkNotAvailableException (String msg)

Erstellt eine NetworkNotAvailableException .

Parameter
msg String : eine beschreibende Nachricht.

NetworkNotAvailableException

public NetworkNotAvailableException (String msg, 
                Throwable cause)

Erstellt eine NetworkNotAvailableException .

Parameter
msg String : eine beschreibende Nachricht.

cause Throwable : der Root ERROR(/Throwable) , der den Verbindungsfehler verursacht hat.