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.
Résumé
Constructeurs publics | |
---|---|
RunInterruptedException (String message, ErrorIdentifier errorId) Crée une | |
RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId) Crée une |
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. |