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 | ||||
Wywoływany, gdy operacja uruchamiania zostanie przerwana przez żądanie zewnętrzne.
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: The 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: The ErrorIdentifier kategoryzujący wyjątek. |