RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessRuntimeException | |
↳ | com.android.tradefed.util.RunInterruptedException |
जब किसी बाहरी अनुरोध की वजह से, रन ऑपरेशन में रुकावट आती है, तब यह गड़बड़ी दिखती है.
खास जानकारी
पब्लिक कंस्ट्रक्टर | |
---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
|
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
|
पब्लिक कंस्ट्रक्टर
RunInterruptedException
public RunInterruptedException (String message, ErrorIdentifier errorId)
RunInterruptedException
बनाता है.
पैरामीटर | |
---|---|
message |
String : अपवाद से जुड़ा मैसेज |
errorId |
ErrorIdentifier : अपवाद को कैटगरी में बांटने वाला ErrorIdentifier . |
RunInterruptedException
public RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)
RunInterruptedException
बनाता है.
पैरामीटर | |
---|---|
message |
String : अपवाद से जुड़ा मैसेज |
cause |
Throwable : अपवाद की वजह |
errorId |
ErrorIdentifier : अपवाद को कैटगरी में बांटने वाला ErrorIdentifier . |