TimeoutException

public class TimeoutException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ 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