TimeoutException

public class TimeoutException
extends Object

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


Ngoại lệ được gửi khi kết nối với Adb không thành công do hết thời gian chờ.

Tóm tắt

Hàm khởi tạo công khai

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

Hàm khởi tạo công khai

TimeoutException

public TimeoutException ()

TimeoutException

public TimeoutException (String s)

Tham số
s String

TimeoutException

public TimeoutException (String s, 
                Throwable throwable)

Tham số
s String

throwable Throwable

TimeoutException

public TimeoutException (Throwable throwable)

Tham số
throwable Throwable