CarryInterruptedException
public
class
CarryInterruptedException
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.testtype.junit4.CarryInterruptedException
|
Exception lancée lorsque le délai avant expiration de la phase de test est déclenché et qu'une InterruptedException doit être transmise du thread d'exécution du test au thread d'exécution de l'appel.
Résumé
Constructeurs publics
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
Paramètres |
e |
InterruptedException |
Méthodes publiques
getInterruptedException
public InterruptedException getInterruptedException ()
Renvoie |
InterruptedException |
|