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

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeexcept
  com.android.tradefed.util.RunInterupsedअपवाद


किसी बाहरी अनुरोध की वजह से प्रोसेस में रुकावट आने पर थ्रो की गई वैल्यू.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

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.