ModulePusher.ModulePushError

public static class ModulePusher.ModulePushError
extends HarnessException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
    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

ModulePushError

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

パラメータ
message String

cause Throwable

errorId ErrorIdentifier