रनइंटरप्टेडएक्सेप्शन

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.ऑब्जेक्ट
com.android.tradefed.error.HarnessRuntimeException
com.android.tradefed.util.RunInterptedException


जब रन ऑपरेशन किसी बाहरी अनुरोध से बाधित होता है तो फेंक दिया जाता है।

सारांश

सार्वजनिक निर्माणकर्ता

RunInterruptedException (String message, ErrorIdentifier errorId)

एक RunInterruptedException बनाता है।

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

एक RunInterruptedException बनाता है।

सार्वजनिक निर्माणकर्ता

रनइंटरप्टेडएक्सेप्शन

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

एक RunInterruptedException बनाता है।

पैरामीटर
message String : अपवाद से जुड़ा संदेश

errorId ErrorIdentifier : ErrorIdentifier अपवाद को वर्गीकृत करता है।

रनइंटरप्टेडएक्सेप्शन

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

एक RunInterruptedException बनाता है।

पैरामीटर
message String : अपवाद से जुड़ा संदेश

cause Throwable : अपवाद का कारण

errorId ErrorIdentifier : ErrorIdentifier अपवाद को वर्गीकृत करता है।