{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ClientNotConnected

public class ClientNotConnected extends Exception

java.lang.Object
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ androidx.test.services.shellexecutor.ClientNotConnected

Indicates that the ShellCommandClient got an I/O error trying to reach the remote server.

Likely thrown if the ShellCommandExecutor was never started.

Summary

Public constructors

Inherited methods

From class java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Inherited fields

From class java.lang.Throwable
Throwable
StackTraceElement[]

Public constructors

ClientNotConnected

public ClientNotConnected()