CarryInterruptedException
public
class
CarryInterruptedException
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.testtype.junit4.CarryInterruptedException
|
Thrown when test phase timeout is triggered and an InterruptedException needs to be carried from
test execution thread to invocation execution thread.
Summary
Public constructors
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
Parameters |
e |
InterruptedException |
Public methods
getInterruptedException
public InterruptedException getInterruptedException ()
Returns |
InterruptedException |
|