public class

RemoteEspressoException

extends RuntimeException
implements EspressoException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ androidx.test.espresso.remote.RemoteEspressoException

Class Overview

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

Summary

Public Constructors
RemoteEspressoException(String description)
RemoteEspressoException(String description, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RemoteEspressoException (String description)

Parameters
description String

public RemoteEspressoException (String description, Throwable cause)

Parameters
description String
cause Throwable