RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
| java.lang.Object | ||
| ↳ | com.android.tradefed.error.HarnessRuntimeException | |
| ↳ | com.android.tradefed.util.RunInterruptedException | |
Wyjątek ten jest zgłaszany, gdy operacja wykonania jest przerywana przez zewnętrzne żądanie.
Podsumowanie
Konstruktory publiczne | |
|---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
Tworzy |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
Tworzy |
|
Konstruktory publiczne
RunInterruptedException
public RunInterruptedException (String message,
ErrorIdentifier errorId)Tworzy RunInterruptedException.
| Parametry | |
|---|---|
message |
String: komunikat powiązany z wyjątkiem |
errorId |
ErrorIdentifier: ErrorIdentifier kategoryzujący wyjątek. |
RunInterruptedException
public RunInterruptedException (String message,
Throwable cause,
ErrorIdentifier errorId)Tworzy RunInterruptedException.
| Parametry | |
|---|---|
message |
String: komunikat powiązany z wyjątkiem |
cause |
Throwable: przyczyna wyjątku |
errorId |
ErrorIdentifier: ErrorIdentifier kategoryzujący wyjątek. |