Summary:
Ctors
| Inherited Methods
RemoteProtocolException
Kotlin
|Java
public
class
RemoteProtocolException
extends RuntimeException
implements
EspressoException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | androidx.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 | |
---|---|
Public constructors
RemoteProtocolException
public RemoteProtocolException (String description)
Parameters | |
---|---|
description |
String |