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