SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties) |
构造一个
SQLClientInfoException 与给定的初始化的对象
reason ,
SQLState ,
vendorCode 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause) |
构造一个
SQLClientInfoException 与给定的初始化的对象
reason ,
SQLState ,
cause ,
vendorCode 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties) |
构造一个
SQLClientInfoException 与给定的初始化的对象
reason ,
SQLState 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties, Throwable cause) |
构造一个
SQLClientInfoException 与给定的初始化的对象
reason ,
SQLState ,
cause 和
failedProperties 。
|
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties) |
构造使用给定的
reason 和
failedProperties 初始化的
SQLClientInfoException 对象。
|
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause) |
构造一个
SQLClientInfoException 与给定的初始化的对象
reason ,
cause 和
failedProperties 。
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties) |
构造使用给定的
failedProperties 初始化的
SQLClientInfoException 对象。
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause) |
构造使用给定的
cause 和
failedProperties 初始化的
SQLClientInfoException 对象。
|