BackendBusyException 类

定义

指示阻止创建密钥操作的暂时性错误。

[Android.Runtime.Register("android/security/keystore/BackendBusyException", ApiSince=31, DoNotGenerateAcw=true)]
public class BackendBusyException : Java.Security.ProviderException
[<Android.Runtime.Register("android/security/keystore/BackendBusyException", ApiSince=31, DoNotGenerateAcw=true)>]
type BackendBusyException = class
    inherit ProviderException
继承
属性

注解

指示阻止创建密钥操作的暂时性错误。 呼叫者应重试回退期( #getBackOffHintMillis() 以毫秒为单位)。

适用于 . 的 android.security.keystore.BackendBusyExceptionJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

构造函数

BackendBusyException(Int64)

构造一个没有详细信息消息和原因的新 BackendBusyException 内容。

BackendBusyException(Int64, String)

使用提供的详细信息消息构造一个新 BackendBusyException 项,且无原因。

BackendBusyException(Int64, String, Throwable)

使用提供的详细信息消息和原因构造一个新 BackendBusyException 项。

BackendBusyException(IntPtr, JniHandleOwnership)

指示阻止创建密钥操作的暂时性错误。

字段

is_generated

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)

属性

BackOffHintMillis

在收到此异常后重试以启动密钥存储操作时,这可用于确定重试前等待的时间。

Cause

返回此可引发的原因,或者 null 原因不存在或未知。

(继承自 Throwable)
Class

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
Handle

基础 Android 实例的句柄。

(继承自 Throwable)
JniIdentityHashCode

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
JniPeerMembers

指示阻止创建密钥操作的暂时性错误。

LocalizedMessage

创建此可引发的本地化说明。

(继承自 Throwable)
Message

返回此可引发的详细信息消息字符串。

(继承自 Throwable)
PeerReference

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
StackTrace

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
ThresholdClass

指示阻止创建密钥操作的暂时性错误。

ThresholdType

指示阻止创建密钥操作的暂时性错误。

方法

AddSuppressed(Throwable)

将指定的异常追加到取消的异常,以便传递此异常。

(继承自 Throwable)
Dispose()

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
Dispose(Boolean)

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
FillInStackTrace()

填充执行堆栈跟踪。

(继承自 Throwable)
GetStackTrace()

提供对打印的 #printStackTrace()堆栈跟踪信息的编程访问。

(继承自 Throwable)
GetSuppressed()

返回一个数组,其中包含禁止显示的所有异常,通常是由 try-with-resources 语句为了传递此异常。

(继承自 Throwable)
InitCause(Throwable)

初始化 此可引发到指定值的原因

(继承自 Throwable)
PrintStackTrace()

打印此可引发结果及其回溯到标准错误流。

(继承自 Throwable)
PrintStackTrace(PrintStream)

打印此可引发的输出及其回溯到指定的打印流。

(继承自 Throwable)
PrintStackTrace(PrintWriter)

打印此可引发结果及其回溯到指定的打印编写器。

(继承自 Throwable)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Throwable)
SetStackTrace(StackTraceElement[])

设置将由相关方法返回 #getStackTrace() 和打印 #printStackTrace() 的堆栈跟踪元素。

(继承自 Throwable)
ToString()

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
UnregisterFromRuntime()

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)

显式接口实现

IJavaPeerable.Disposed()

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
IJavaPeerable.DisposeUnlessReferenced()

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
IJavaPeerable.Finalized()

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
IJavaPeerable.JniManagedPeerState

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
IJavaPeerable.SetJniIdentityHashCode(Int32)

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)
IJavaPeerable.SetPeerReference(JniObjectReference)

指示阻止创建密钥操作的暂时性错误。

(继承自 Throwable)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

指示阻止创建密钥操作的暂时性错误。

GetJniTypeName(IJavaPeerable)

指示阻止创建密钥操作的暂时性错误。

适用于