TimeoutException

public class TimeoutException
extends Object

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


Wird ausgelöst, wenn eine Verbindung zu ADB mit einem Zeitlimit überschritten wurde.

Zusammenfassung

Öffentliche Konstruktoren

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

Öffentliche Konstruktoren

TimeoutException

public TimeoutException ()

TimeoutException

public TimeoutException (String s)

Parameter
s String

TimeoutException

public TimeoutException (String s, 
                Throwable throwable)

Parameter
s String

throwable Throwable

TimeoutException

public TimeoutException (Throwable throwable)

Parameter
throwable Throwable