Wyjątek związany z zakłóceniem uruchomienia

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeException
  com.android.tradefed.util.RunInterruptedException


Zgłaszany, gdy operacja uruchomienia została przerwana przez żądanie zewnętrzne.

Podsumowanie

Konstruktory publiczne

RunInterruptedException(String message, ErrorIdentifier errorId)

Tworzy RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

Tworzy RunInterruptedException.

Konstruktory publiczne

Wyjątek związany z zakłóceniem uruchomienia

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Tworzy RunInterruptedException.

Parametry
message String: wiadomość powiązana z wyjątkiem.

errorId ErrorIdentifier: ErrorIdentifier określający wyjątek.

Wyjątek związany z zakłóceniem uruchomienia

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

Tworzy RunInterruptedException.

Parametry
message String: wiadomość powiązana z wyjątkiem.

cause Throwable: przyczyna wyjątku

errorId ErrorIdentifier: ErrorIdentifier określający wyjątek.