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

RemoteEspressoException

public class RemoteEspressoException extends RuntimeException implements EspressoException

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

Espresso exception representing any runtime related errors in a multi-process environment

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

RemoteEspressoException

public RemoteEspressoException(String description)

RemoteEspressoException

public RemoteEspressoException(String description, Throwable cause)