RemoteEspressoException

public class RemoteEspressoException
extends RuntimeException implements EspressoException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.support.test.espresso.remote.RemoteEspressoException


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

Summary

Public constructors

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

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

RemoteEspressoException

RemoteEspressoException (String description)

Parameters
description String

RemoteEspressoException

RemoteEspressoException (String description, 
                Throwable cause)

Parameters
description String

cause Throwable