RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessRuntimeException | |
↳ | com.android.tradefed.util.RunInterruptedException |
Généré 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 |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
Crée un |
Constructeurs publics
RunInterruptedException
public RunInterruptedException (String message, ErrorIdentifier errorId)
Crée un 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 RunInterruptedException
.
Paramètres | |
---|---|
message |
String : message associé à l'exception |
cause |
Throwable : cause de l'exception. |
errorId |
ErrorIdentifier : ErrorIdentifier qui catégorise l'exception. |