TimeoutException

public class TimeoutException
extends Object

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


当与 Adb 的连接因超时而失败时抛出的异常。

摘要

公共构造函数

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

公共构造函数

TimeoutException

public TimeoutException ()

TimeoutException

public TimeoutException (String s)

参数
s String

TimeoutException

public TimeoutException (String s, 
                Throwable throwable)

参数
s String

throwable Throwable

TimeoutException

public TimeoutException (Throwable throwable)

参数
throwable Throwable