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

NoRemoteEspressoInstanceException

public final class NoRemoteEspressoInstanceException extends RuntimeException implements EspressoException

java.lang.Object
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ androidx.test.espresso.remote.NoRemoteEspressoInstanceException

An Exception which indicates that there are no remote Espresso clients present.

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

Public constructors

NoRemoteEspressoInstanceException

public NoRemoteEspressoInstanceException(String description)