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

InjectEventSecurityException

public final class InjectEventSecurityException extends InjectEventSecurityException implements EspressoException

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

An checked Exception indicating that event injection failed with a .

Summary

Public constructors

Inherited methods

From class java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

InjectEventSecurityException

public InjectEventSecurityException(String message)

InjectEventSecurityException

public InjectEventSecurityException(Throwable cause)

InjectEventSecurityException

public InjectEventSecurityException(String message, Throwable cause)