public class SQLFeatureNotSupportedExceptionBuilder
extends java.lang.Object
SQLFeatureNotSupportedException 构造器。
说明:SQLFeatureNotSupportedExceptionBuilder 类是线程安全的,可在多个线程中使用同一个实例。
| 构造器和说明 |
|---|
SQLFeatureNotSupportedExceptionBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.sql.SQLFeatureNotSupportedException |
build(java.lang.String methodName)
构造一个
SQLFeatureNotSupportedException 异常实例,异常描述信息使用默认值。 |
static java.sql.SQLFeatureNotSupportedException |
build(java.lang.String methodName,
java.lang.String errorMessage)
构造一个
SQLFeatureNotSupportedException 异常实例。 |
public static java.sql.SQLFeatureNotSupportedException build(java.lang.String methodName)
SQLFeatureNotSupportedException 异常实例,异常描述信息使用默认值。methodName - 抛出该异常的方法名称SQLFeatureNotSupportedException 实例public static java.sql.SQLFeatureNotSupportedException build(java.lang.String methodName,
java.lang.String errorMessage)
SQLFeatureNotSupportedException 异常实例。methodName - 抛出该异常的方法名称errorMessage - 异常描述信息SQLFeatureNotSupportedException 实例Copyright © 2019. All Rights Reserved.