CarryInterruptedException
public class CarryInterruptedException
extends Object
java.lang.Object |
↳ | com.android.tradefed.testtype.junit4.CarryInterruptedException |
Wird ausgelöst, wenn das Testphasen-Timeout ausgelöst wird und eine InterruptedException vom Testausführungsthread zum Aufrufausführungsthread übertragen werden muss.
Zusammenfassung
Öffentliche Konstrukteure
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
Parameter |
---|
e | InterruptedException |
Öffentliche Methoden
getInterruptedException
public InterruptedException getInterruptedException ()
Kehrt zurück |
---|
InterruptedException | |