TimeoutException

public class TimeoutException
extends Exception

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


Pengecualian yang ditampilkan saat koneksi ke Adb gagal karena waktu habis.

Ringkasan

Konstruktor publik

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

Konstruktor publik

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