DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.device.DeviceNotAvailableException
       ↳ com.android.tradefed.device.DeviceUnresponsiveException


Specjalizacja DeviceNotAvailableException, która wskazuje, że urządzenie jest widoczne dla adb, ale nie odpowiada (np. polecenia nie działają, urządzenie się nie uruchamia itp.).

Podsumowanie

Konstruktory publiczne

DeviceUnresponsiveException(String msg, String serial)

Tworzy DeviceUnresponsiveException.

DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)

Tworzy DeviceUnresponsiveException.

DeviceUnresponsiveException(String msg, Throwable cause, String serial)

Tworzy DeviceUnresponsiveException.

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

Tworzy DeviceUnresponsiveException.

Konstruktory publiczne

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

Tworzy DeviceUnresponsiveException.

Parametry
msg String: wiadomość opisująca problem.

serial String: numer seryjny urządzenia.

DeviceUnresponsiveException

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

Tworzy DeviceUnresponsiveException.

Parametry
msg String: wiadomość opisująca problem.

serial String: numer seryjny urządzenia.

errorId ErrorIdentifier: identyfikator błędu.

DeviceUnresponsiveException

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

Tworzy DeviceUnresponsiveException.

Parametry
msg String: wiadomość opisująca problem.

cause Throwable: główna przyczyna Throwable, która spowodowała, że urządzenie jest niedostępne.

serial String: numer seryjny urządzenia.

DeviceUnresponsiveException

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

Tworzy DeviceUnresponsiveException.

Parametry
msg String: wiadomość opisująca problem.

cause Throwable: główna przyczyna Throwable, która spowodowała, że urządzenie jest niedostępne.

serial String: numer seryjny urządzenia.

errorId ErrorIdentifier: identyfikator błędu.