TimeoutException

public class TimeoutException
extends Object

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


Se arroja una excepción cuando falla una conexión a Adb con un tiempo de espera agotado.

Resumen

Constructores públicos

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

Constructores 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