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对象。
|