ModulePusher.ModulePushError

public static class ModulePusher.ModulePushError
extends HarnessException

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


Mainline 模块推送期间发生严重错误。

摘要

公共构造函数

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

公共构造函数

ModulePushError

public ModulePushError (String message, 
                ErrorIdentifier errorId)

参数
message String

errorId ErrorIdentifier

模块推送错误

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

参数
message String

cause Throwable

errorId ErrorIdentifier