Summary:
Ctors
| Inherited Methods
InjectEventSecurityException
Kotlin
|Java
public
final
class
InjectEventSecurityException
extends InjectEventSecurityException
implements
EspressoException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.test.platform.ui.InjectEventSecurityException | |||
↳ | androidx.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 | |
---|---|
Public constructors
InjectEventSecurityException
public InjectEventSecurityException (String message)
Parameters | |
---|---|
message |
String |
InjectEventSecurityException
public InjectEventSecurityException (Throwable cause)
Parameters | |
---|---|
cause |
Throwable |