RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
java.lang.Throwable
  java.lang.Exception
    java.lang.RuntimeException
      com.android.tradefed.error.HarnessRuntimeException
        com.android.tradefed.util.RunInterruptedException


Wird ausgegeben, wenn ein Ausführungsvorgang durch eine externe Anfrage unterbrochen wird.

Zusammenfassung

Öffentliche Konstruktoren

RunInterruptedException(String message, ErrorIdentifier errorId)

Erstellt eine RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

Erstellt eine RunInterruptedException.

Öffentliche Konstruktoren

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Erstellt eine RunInterruptedException.

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

errorId ErrorIdentifier: Der ErrorIdentifier, der die Ausnahme kategorisiert

RunInterruptedException

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

Erstellt eine RunInterruptedException.

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

cause Throwable: Die Ursache der Ausnahme

errorId ErrorIdentifier: Der ErrorIdentifier, der die Ausnahme kategorisiert