CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

java.lang.Object
java.lang.Throwable
  java.lang.Exception
    java.lang.RuntimeException
      com.android.tradefed.testtype.junit4.CarryInterruptedException


Wyjątek zgłaszany, gdy zostanie przekroczony limit czasu fazy testu i trzeba przenieść InterruptedException z wątku wykonywania testu do wątku wykonywania wywołania.

Podsumowanie

Konstruktory publiczne

CarryInterruptedException(InterruptedException e)

Metody publiczne

InterruptedException getInterruptedException()

Konstruktory publiczne

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parametry
e InterruptedException

Metody publiczne

getInterruptedException

public InterruptedException getInterruptedException ()

Zwraca
InterruptedException