SQLTimeoutException 类

定义

超时过期时Statement引发的SQLException子类。

[Android.Runtime.Register("java/sql/SQLTimeoutException", DoNotGenerateAcw=true)]
public class SQLTimeoutException : Java.Sql.SQLTransientException
[<Android.Runtime.Register("java/sql/SQLTimeoutException", DoNotGenerateAcw=true)>]
type SQLTimeoutException = class
    inherit SQLTransientException
继承
属性

注解

超时过期时Statement引发的SQLException子类。

此异常与标准 SQLState 不对应。

已在 1.6 中添加。

适用于 . 的 java.sql.SQLTimeoutExceptionJava 文档

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

构造函数

SQLTimeoutException()

构造 SQLTimeoutException 对象。

SQLTimeoutException(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

SQLTimeoutException(String)

使用给定reasonSQLTimeoutException构造对象。

SQLTimeoutException(String, String)

SQLTimeoutException构造具有给定reasonSQLState.

SQLTimeoutException(String, String, Int32)

构造SQLTimeoutException具有给定reasonSQLStatevendorCode.

SQLTimeoutException(String, String, Int32, Throwable)

构造SQLTimeoutException具有给定reasonvendorCodeSQLStatecause.

SQLTimeoutException(String, String, Throwable)

构造SQLTimeoutException具有给定reasonSQLStatecause.

SQLTimeoutException(String, Throwable)

SQLTimeoutException构造具有给定reasoncause.

SQLTimeoutException(Throwable)

使用给定causeSQLTimeoutException构造对象。

字段

is_generated

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)

属性

Cause

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

(继承自 Throwable)
Class

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
ErrorCode

检索此 SQLException 对象特定于供应商的异常代码。

(继承自 SQLException)
Handle

基础 Android 实例的句柄。

(继承自 Throwable)
JniIdentityHashCode

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
JniPeerMembers

超时过期时Statement引发的SQLException子类。

LocalizedMessage

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

(继承自 Throwable)
Message

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

(继承自 Throwable)
NextException

通过 setNextException(SQLException ex)检索链接到此 SQLException 对象的异常。 - 或 - 将对象 SQLException 添加到链的末尾。

(继承自 SQLException)
PeerReference

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
SQLState

检索此 SQLException 对象的 SQLState。

(继承自 SQLException)
StackTrace

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
ThresholdClass

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

ThresholdType

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

方法

AddSuppressed(Throwable)

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

(继承自 Throwable)
Dispose()

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
Dispose(Boolean)

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
FillInStackTrace()

填充执行堆栈跟踪。

(继承自 Throwable)
GetStackTrace()

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

(继承自 Throwable)
GetSuppressed()

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

(继承自 Throwable)
InitCause(Throwable)

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

(继承自 Throwable)
Iterator()

返回链式 SQLExceptions 上的迭代器。

(继承自 SQLException)
PrintStackTrace()

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

(继承自 Throwable)
PrintStackTrace(PrintStream)

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

(继承自 Throwable)
PrintStackTrace(PrintWriter)

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

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

设置 Handle 属性。

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

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

(继承自 Throwable)
ToString()

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
UnregisterFromRuntime()

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)

显式接口实现

IIterable.Iterator()

超时过期时Statement引发的SQLException子类。

(继承自 SQLException)
IJavaPeerable.Disposed()

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
IJavaPeerable.DisposeUnlessReferenced()

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
IJavaPeerable.Finalized()

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)
IJavaPeerable.JniManagedPeerState

超时过期时Statement引发的SQLException子类。

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

超时过期时Statement引发的SQLException子类。

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

超时过期时Statement引发的SQLException子类。

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

超时过期时Statement引发的SQLException子类。

(继承自 Throwable)

扩展方法

JavaCast<TResult>(IJavaObject)

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

JavaCast<TResult>(IJavaObject)

超时过期时Statement引发的SQLException子类。

GetJniTypeName(IJavaPeerable)

超时过期时Statement引发的SQLException子类。

ToEnumerable(IIterable)

超时过期时Statement引发的SQLException子类。

ToEnumerable<T>(IIterable)

超时过期时Statement引发的SQLException子类。

适用于