RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

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


Wird ausgelöst, wenn ein Ausführungsvorgang durch eine externe Anfrage unterbrochen wird.

Zusammenfassung

Öffentliche Konstruktoren

RunInterruptedException(String message, ErrorIdentifier errorId)

Erstellt ein RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

Erstellt ein RunInterruptedException.

Öffentliche Konstruktoren

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Erstellt ein RunInterruptedException.

Parameter
message String: Die mit der Ausnahme verknüpfte Nachricht

errorId ErrorIdentifier: Die ErrorIdentifier zur Kategorisierung der Ausnahme.

RunInterruptedException

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

Erstellt ein RunInterruptedException.

Parameter
message String: Die mit der Ausnahme verknüpfte Nachricht

cause Throwable: die Ursache der Ausnahme

errorId ErrorIdentifier: Die ErrorIdentifier zur Kategorisierung der Ausnahme.