TimeoutException

public class TimeoutException
extends Exception

java.lang.Object
java.lang.Throwable
  java.lang.Exception
    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