{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class InjectEventSecurityException : EspressoException
An checked Exception indicating that event injection failed with a SecurityException.
Public constructors |
|
|---|---|
InjectEventSecurityException(message: String!) |
|
InjectEventSecurityException(cause: Throwable!) |
|
InjectEventSecurityException(message: String!, cause: Throwable!) |
|