TimeoutException

public class TimeoutException
extends Object

java.lang.Object
   ↳ com.android.ddmlib.TimeoutException


Exceção gerada quando uma conexão com o Adb falha com um tempo limite.

Resumo

Construtores públicos

TimeoutException()
TimeoutException(String s)
TimeoutException(String s, Throwable throwable)
TimeoutException(Throwable throwable)

Construtores públicos

TimeoutException

public TimeoutException ()

TimeoutException

public TimeoutException (String s)

Parâmetros
s String

TimeoutException

public TimeoutException (String s, 
                Throwable throwable)

Parâmetros
s String

throwable Throwable

TimeoutException

public TimeoutException (Throwable throwable)

Parâmetros
throwable Throwable