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입니다. |