public class UserNotAuthenticatedException
extends InvalidKeyException
java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.security.GeneralSecurityException | |||||
↳ | java.security.KeyException | |||||
↳ | java.security.InvalidKeyException | |||||
↳ | android.security.keystore.UserNotAuthenticatedException |
表示由于用户最近未经过身份验证,因此无法执行加密操作。 验证用户将解决此问题。
Public constructors |
|
---|---|
UserNotAuthenticatedException() 构造一个新的 |
|
UserNotAuthenticatedException(String message) 使用所提供的详细信息构造一个新的 |
|
UserNotAuthenticatedException(String message, Throwable cause) 用提供的详细信息和原因构造一个新的 |
Inherited methods |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
UserNotAuthenticatedException ()
构造一个新的 UserNotAuthenticatedException
没有详细信息和原因。
UserNotAuthenticatedException (String message)
用提供的详细信息构造一个新的 UserNotAuthenticatedException
,没有任何原因。
Parameters | |
---|---|
message |
String
|
UserNotAuthenticatedException (String message, Throwable cause)
用提供的详细信息和原因构造一个新的 UserNotAuthenticatedException
。
Parameters | |
---|---|
message |
String
|
cause |
Throwable
|