Ausnahme für NetworkNotAvailableException

public class NetworkNotAvailableException
extends Object

java.lang.Object
😎 com.android.tradefed.device.NetworkNotAvailableException


Wird ausgelöst, wenn ein Gerät zum Testen keine Verbindung zum Netzwerk herstellen kann. Dieser Fehler tritt normalerweise auf, wenn sich ein Gerät nach dem Neustart nicht wieder mit dem WLAN verbinden kann.

Zusammenfassung

Öffentliche Konstruktoren

NetworkNotAvailableException()

Erstellt ein NetworkNotAvailableException.

NetworkNotAvailableException(String msg)

Erstellt ein NetworkNotAvailableException.

NetworkNotAvailableException(String msg, Throwable cause)

Erstellt ein NetworkNotAvailableException.

Öffentliche Konstruktoren

Ausnahme für NetworkNotAvailableException

public NetworkNotAvailableException ()

Erstellt ein NetworkNotAvailableException.

Ausnahme für NetworkNotAvailableException

public NetworkNotAvailableException (String msg)

Erstellt ein NetworkNotAvailableException.

Parameter
msg String: eine beschreibende Nachricht.

Ausnahme für NetworkNotAvailableException

public NetworkNotAvailableException (String msg, 
                Throwable cause)

Erstellt ein NetworkNotAvailableException.

Parameter
msg String: eine beschreibende Nachricht.

cause Throwable: der Stamm-Throwable, der den Verbindungsfehler verursacht hat.