ModulePusher.ModulePushError

public static class ModulePusher.ModulePushError
extends HarnessException

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


Erreur fatale lors de l'envoi du module principal.

Résumé

Constructeurs publics

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

Constructeurs publics

ModulePushError

public ModulePushError (String message, 
                ErrorIdentifier errorId)

Paramètres
message String

errorId ErrorIdentifier

ModulePushError

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

Paramètres
message String

cause Throwable

errorId ErrorIdentifier