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

RemoteEspressoException

class RemoteEspressoException : RuntimeException, EspressoException

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

RemoteEspressoException(description: String!, cause: Throwable!)

Inherited functions

From class java.lang.Throwable

Public constructors

RemoteEspressoException

RemoteEspressoException(description: String!)

RemoteEspressoException

RemoteEspressoException(description: String!, cause: Throwable!)