TimeoutException

public class TimeoutException
extends Exception

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


Ausnahme, die ausgelöst wird, wenn eine Verbindung zu ADB mit einem Timeout fehlschlägt.

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