RemoteProtocolException

public class RemoteProtocolException
extends RuntimeException implements EspressoException

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


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

Summary

Public constructors

RemoteProtocolException(String description)
RemoteProtocolException(String description, Throwable cause)

Inherited methods

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

Public constructors

RemoteProtocolException

RemoteProtocolException (String description)

Parameters
description String

RemoteProtocolException

RemoteProtocolException (String description, 
                Throwable cause)

Parameters
description String

cause Throwable