RunInterruptedException
public class RunInterruptedException
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.RunInterruptedException |
Se lanza cuando una operación de ejecución es interrumpida por una solicitud externa.
Resumen
Constructores públicos | |
---|---|
RunInterruptedException () Crea una | |
RunInterruptedException (String msg) Crea una | |
RunInterruptedException (Throwable cause) Crea una | |
RunInterruptedException (String msg, Throwable cause) Crea una |
Constructores públicos
RunInterruptedException
public RunInterruptedException (String msg)
Crea una RunInterruptedException
.
Parámetros | |
---|---|
msg | String : un mensaje descriptivo. |
RunInterruptedException
public RunInterruptedException (Throwable cause)
Crea una RunInterruptedException
.
Parámetros | |
---|---|
cause | Throwable : el Throwable raíz que hizo que el dispositivo Throwable de estar disponible. |
RunInterruptedException
public RunInterruptedException (String msg, Throwable cause)
Crea una RunInterruptedException
.
Parámetros | |
---|---|
msg | String : un mensaje descriptivo. |
cause | Throwable : el Throwable raíz que hizo que el dispositivo Throwable de estar disponible. |