ModulePusher.ModulePushError

public static class ModulePusher.ModulePushError
extends HarnessException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.targetprep.ModulePusher.ModulePushError


主線程模組推送期間發生嚴重錯誤。

摘要

公用建構函式

ModulePushError(String message, ErrorIdentifier errorId)
ModulePushError(String message, Throwable cause, ErrorIdentifier errorId)

公用建構函式

ModulePushError

public ModulePushError (String message, 
                ErrorIdentifier errorId)

參數
message String

errorId ErrorIdentifier

ModulePushError

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

參數
message String

cause Throwable

errorId ErrorIdentifier