TimeoutException

public class TimeoutException
extends Object

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


Exception thrown when a connection to Adb failed with a timeout.

Summary

Public constructors

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

Public constructors

TimeoutException

public TimeoutException ()

TimeoutException

public TimeoutException (String s)

Parameters
s String

TimeoutException

public TimeoutException (String s, 
                Throwable throwable)

Parameters
s String

throwable Throwable

TimeoutException

public TimeoutException (Throwable throwable)

Parameters
throwable Throwable