{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

InjectEventSecurityException

class InjectEventSecurityException : Exception, TestFrameworkException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ androidx.test.platform.ui.InjectEventSecurityException

An checked Exception indicating that event injection failed with a SecurityException.

Summary

Public constructors

Inherited functions

From class java.lang.Throwable

Inherited properties

From class java.lang.Throwable

Public constructors

InjectEventSecurityException

InjectEventSecurityException(message: String!)

InjectEventSecurityException

InjectEventSecurityException(cause: Throwable!)

InjectEventSecurityException

InjectEventSecurityException(message: String!, cause: Throwable!)