RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | 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. |