CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

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


Test aşaması zaman aşımı tetiklendiğinde ve test işlemi iş parçacığından çağırma yürütme iş parçacığına bir InterruptedException taşınması gerektiğinde oluşturulur.

Özet

Herkese açık oluşturucular

CarryInterruptedException(InterruptedException e)

Herkese açık yöntemler

InterruptedException getInterruptedException()

Herkese açık oluşturucular

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parametreler
e InterruptedException

Herkese açık yöntemler

getInterruptedException

public InterruptedException getInterruptedException ()

İadeler
InterruptedException