CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

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


Diberikan saat waktu tunggu fase pengujian dipicu dan InterruptedException perlu dibawa dari thread eksekusi uji ke thread eksekusi pemanggilan.

Ringkasan

Konstruktor publik

CarryInterruptedException(InterruptedException e)

Metode publik

InterruptedException getInterruptedException()

Konstruktor publik

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parameter
e InterruptedException

Metode publik

getInterruptedException

public InterruptedException getInterruptedException ()

Hasil
InterruptedException