{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public class RemoteProtocolException extends RuntimeException implements EspressoException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | androidx.test.espresso.remote.RemoteProtocolException | |||
Espresso exception representing any protocol related errors in a multi-process environment
Public constructors |
|
|---|---|
RemoteProtocolException(String description) |
|
RemoteProtocolException(String description, Throwable cause) |
|
Inherited methods |
|
|---|---|