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

ClientNotConnected

class ClientNotConnected : Exception

kotlin.Any
   ↳ 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 functions

From class java.lang.Throwable

Inherited properties

From class java.lang.Throwable

Public constructors

ClientNotConnected

ClientNotConnected()