public class

ClientNotConnected

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

Class Overview

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
ClientNotConnected()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ClientNotConnected ()