Wyjątek DeviceNotAvailableException

public class DeviceNotAvailableException
extends HarnessException

java.lang.Object
com.android.tradefed.error.HarnessException,
  com.android.tradefed.device.DeviceNotAvailableException


Zrzucany, gdy urządzenie nie jest już dostępne do testowania. np. połączenie adb z urządzeniem urządzenie zostało zgubione, urządzenie przestało reagować na polecenia itp.

Podsumowanie

Konstruktory publiczne

DeviceNotAvailableException()

Ten konstruktor jest przestarzały. Użyj formatu: DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) .

DeviceNotAvailableException(String msg)

Ten konstruktor jest przestarzały. Użyj formatu: DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) .

DeviceNotAvailableException(String msg, String serial)

Tworzy DeviceNotAvailableException.

DeviceNotAvailableException(String msg, String serial, ErrorIdentifier errorId)

Tworzy DeviceNotAvailableException.

DeviceNotAvailableException(String msg, Throwable cause, String serial)

Tworzy DeviceNotAvailableException.

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

Tworzy DeviceNotAvailableException.

Metody publiczne

String getSerial()

Zwróć numer seryjny urządzenia powiązanego z wyjątkiem.

Konstruktory publiczne

Wyjątek DeviceNotAvailableException

public DeviceNotAvailableException ()

Ten konstruktor jest przestarzały.
Użyj konta DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) .

Tworzy DeviceNotAvailableException.

Wyjątek DeviceNotAvailableException

public DeviceNotAvailableException (String msg)

Ten konstruktor jest przestarzały.
Użyj konta DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) .

Tworzy DeviceNotAvailableException.

Parametry
msg String – komunikat opisowy.

Wyjątek DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                String serial)

Tworzy DeviceNotAvailableException.

Parametry
msg String – komunikat opisowy.

serial String: numer seryjny urządzenia, którego dotyczy problem;

Wyjątek DeviceNotAvailableException

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

Tworzy DeviceNotAvailableException.

Parametry
msg String – komunikat opisowy.

serial String: numer seryjny urządzenia, którego dotyczy problem;

errorId ErrorIdentifier: identyfikator tego błędu.

Wyjątek DeviceNotAvailableException

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

Tworzy DeviceNotAvailableException.

Parametry
msg String – komunikat opisowy.

cause Throwable: Throwable główny, który spowodował, że urządzenie stało się niedostępne.

serial String: numer seryjny urządzenia, którego dotyczy wyjątek.

Wyjątek DeviceNotAvailableException

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

Tworzy DeviceNotAvailableException.

Parametry
msg String – komunikat opisowy.

cause Throwable: Throwable główny, który spowodował, że urządzenie stało się niedostępne.

serial String: numer seryjny urządzenia, którego dotyczy wyjątek.

errorId ErrorIdentifier: identyfikator tego błędu.

Metody publiczne

getSerial

public String getSerial ()

Zwróć numer seryjny urządzenia powiązanego z wyjątkiem.

Zwroty
String