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)

공개 생성자

모듈 푸시 오류

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