Android APIs
public final class

InjectEventSecurityException

extends Exception
implements EspressoException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.support.test.espresso.InjectEventSecurityException

Class Overview

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

Summary

Public Constructors
InjectEventSecurityException(String message)
InjectEventSecurityException(Throwable cause)
InjectEventSecurityException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InjectEventSecurityException (String message)

public InjectEventSecurityException (Throwable cause)

public InjectEventSecurityException (String message, Throwable cause)