InjectEventSecurityException
Kotlin
|Java
public
class
InjectEventSecurityException
extends Exception
implements
TestFrameworkException
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | androidx.test.platform.ui.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 | |
---|---|
![]()
java.lang.Throwable
| |
![]()
java.lang.Object
|
Public constructors
InjectEventSecurityException
InjectEventSecurityException (String message)
Parameters | |
---|---|
message |
String |
InjectEventSecurityException
InjectEventSecurityException (Throwable cause)
Parameters | |
---|---|
cause |
Throwable |
Interfaces
Exceptions