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

InjectEventSecurityException

public class InjectEventSecurityException extends Exception implements TestFrameworkException

java.lang.Object
   ↳ 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 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

Inherited fields

From class java.lang.Throwable
Throwable
StackTraceElement[]

Public constructors

InjectEventSecurityException

public InjectEventSecurityException(String message)

InjectEventSecurityException

public InjectEventSecurityException(Throwable cause)

InjectEventSecurityException

public InjectEventSecurityException(String message, Throwable cause)