CarryInterruptedException

public class CarryInterruptedException
extends Object

java.lang.Object
com.android.tradefed.testtype.junit4.CarryInterruptedException


Wird ausgelöst, wenn eine Zeitüberschreitung der Testphase ausgelöst wird und eine InterruptedException vom Testausführungsthread zum Aufrufausführungsthread übertragen werden muss.

Zusammenfassung

Öffentliche Bauträger

CarryInterruptedException (InterruptedException e)

Öffentliche Methoden

InterruptedException getInterruptedException ()

Öffentliche Bauträger

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parameter
e InterruptedException

Öffentliche Methoden

getInterruptedException

public InterruptedException getInterruptedException ()

Kehrt zurück
InterruptedException