Skip to content

Most visited

Recently visited

navigation

InjectEventSecurityException

public final class InjectEventSecurityException
extends Exception implements EspressoException

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


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)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

InjectEventSecurityException

InjectEventSecurityException (String message)

Parameters
message String

InjectEventSecurityException

InjectEventSecurityException (Throwable cause)

Parameters
cause Throwable

InjectEventSecurityException

InjectEventSecurityException (String message, 
                Throwable cause)

Parameters
message String
cause Throwable
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.