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。 |