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