RunInterruptedException
public class RunInterruptedException
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.RunInterruptedException |
Lançado quando uma operação de execução é interrompida por uma solicitação externa.
Resumo
Construtores públicos | |
---|---|
RunInterruptedException () Cria um | |
RunInterruptedException (String msg) Cria um | |
RunInterruptedException (Throwable cause) Cria um | |
RunInterruptedException (String msg, Throwable cause) Cria um |
Construtores públicos
RunInterruptedException
public RunInterruptedException (String msg)
Cria um RunInterruptedException
.
Parâmetros | |
---|---|
msg | String : uma mensagem descritiva. |
RunInterruptedException
public RunInterruptedException (Throwable cause)
Cria um RunInterruptedException
.
Parâmetros | |
---|---|
cause | Throwable : a raiz Throwable que fez com que o dispositivo se tornasse indisponível. |
RunInterruptedException
public RunInterruptedException (String msg, Throwable cause)
Cria um RunInterruptedException
.
Parâmetros | |
---|---|
msg | String : uma mensagem descritiva. |
cause | Throwable : o root Throwable que fez com que o dispositivo se tornasse indisponível. |