RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

Obiekt Java.lang.Object
com.android.tradefed.error.HarnessRuntimeException
com.android.tradefed.util.RunInterruptedException


Zgłaszany, gdy operacja uruchamiania zostanie przerwana przez żądanie zewnętrzne.

Streszczenie

Konstruktorzy publiczni

RunInterruptedException (String message, ErrorIdentifier errorId)

Tworzy RunInterruptedException .

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

Tworzy RunInterruptedException .

Konstruktorzy publiczni

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Tworzy RunInterruptedException .

Parametry
message String : Komunikat powiązany z wyjątkiem

errorId ErrorIdentifier : ErrorIdentifier kategoryzujący wyjątek.

RunInterruptedException

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

Tworzy RunInterruptedException .

Parametry
message String : Komunikat powiązany z wyjątkiem

cause Throwable : Przyczyna wyjątku

errorId ErrorIdentifier : ErrorIdentifier kategoryzujący wyjątek.