RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

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


Exception renvoyée 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 un objet RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

Crée un objet RunInterruptedException.

Constructeurs publics

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Crée un objet RunInterruptedException.

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

errorId ErrorIdentifier: ErrorIdentifier qui catégorise l'exception.

RunInterruptedException

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

Crée un objet RunInterruptedException.

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

cause Throwable: cause de l'exception

errorId ErrorIdentifier: ErrorIdentifier qui catégorise l'exception.