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!)

Public constructors

RemoteEspressoException

RemoteEspressoException(description: String!)

RemoteEspressoException

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