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