Restez organisé à l'aide des collections Enregistrez et classez les contenus selon vos préférences.

RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

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


Levée lorsqu'une opération d'exécution est interrompue par une demande externe.

Sommaire

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 : L' 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 : L' ErrorIdentifier catégorisant l'exception.