実行中断例外

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.オブジェクト
com.android.tradefed.error.HarnessRuntimeException
com.android.tradefed.util.RunInterruptedException


実行操作が外部リクエストによって中断された場合にスローされます。

まとめ

パブリックコンストラクター

RunInterruptedException (String message, ErrorIdentifier errorId)

RunInterruptedExceptionを作成します。

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

RunInterruptedExceptionを作成します。

パブリックコンストラクター

実行中断例外

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

RunInterruptedExceptionを作成します。

パラメーター
message String : 例外に関連付けられたメッセージ

errorId ErrorIdentifier : 例外を分類するErrorIdentifier

実行中断例外

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

RunInterruptedExceptionを作成します。

パラメーター
message String : 例外に関連付けられたメッセージ

cause Throwable : 例外の原因

errorId ErrorIdentifier : 例外を分類するErrorIdentifier