CarryInterruptedException

public class CarryInterruptedException
extends Object

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


यह तब ट्रिगर होता है, जब टेस्ट फ़ेज़ का टाइम आउट ट्रिगर होता है और InterruptedException को टेस्ट एक्सीक्यूशन थ्रेड से, कॉल ट्रिगर करने वाली थ्रेड पर ले जाना होता है.

खास जानकारी

पब्लिक कंस्ट्रक्टर

CarryInterruptedException(InterruptedException e)

सार्वजनिक तरीके

InterruptedException getInterruptedException()

पब्लिक कंस्ट्रक्टर

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

पैरामीटर
e InterruptedException

सार्वजनिक तरीके

getInterruptedException

public InterruptedException getInterruptedException ()

रिटर्न
InterruptedException