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を作成します。

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

RunInterruptedExceptionを作成します。

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

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