NetworkNotAvailableException
public
class
NetworkNotAvailableException
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.NetworkNotAvailableException |
Wird geworfen, wenn ein Gerät keine Verbindung zum Netzwerk für Tests herstellen kann. Dieser Fehler tritt in der Regel auf, wenn ein Gerät nach dem Neustart nicht wieder mit dem WLAN verbunden werden kann.
Zusammenfassung
Öffentliche Konstruktoren | |
---|---|
NetworkNotAvailableException()
Erstellt einen |
|
NetworkNotAvailableException(String msg)
Erstellt einen |
|
NetworkNotAvailableException(String msg, Throwable cause)
Erstellt einen |
Öffentliche Konstruktoren
NetworkNotAvailableException
public NetworkNotAvailableException ()
Erstellt einen NetworkNotAvailableException
.
NetworkNotAvailableException
public NetworkNotAvailableException (String msg)
Erstellt einen NetworkNotAvailableException
.
Parameter | |
---|---|
msg |
String : eine beschreibende Nachricht.
|
NetworkNotAvailableException
public NetworkNotAvailableException (String msg, Throwable cause)
Erstellt einen NetworkNotAvailableException
.
Parameter | |
---|---|
msg |
String : eine beschreibende Nachricht. |
cause |
Throwable : die Wurzel Throwable , die den Verbindungsfehler verursacht hat.
|