RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeException
com.android.tradefed.util.RunInterruptedException


Lancé lorsqu'une opération d'exécution est interrompue par une requête externe.

Résumé

Constructeurs publics

RunInterruptedException (String message, ErrorIdentifier errorId)

Crée une RunInterruptedException .

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

Crée une RunInterruptedException .

Constructeurs publics

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Crée une RunInterruptedException .

Paramètres
message String : Le message associé à l'exception

errorId ErrorIdentifier : ErrorIdentifier catégorisant l’exception.

RunInterruptedException

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

Crée une RunInterruptedException .

Paramètres
message String : Le message associé à l'exception

cause Throwable : La cause de l'exception

errorId ErrorIdentifier : ErrorIdentifier catégorisant l’exception.