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) |
构造一个
SQLClientInfoException对象,初始化为给定的
reason和
failedProperties 。
|
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause) |
构造一个
SQLClientInfoException与给定的初始化的对象
reason ,
cause和
failedProperties 。
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties) |
构造一个
SQLClientInfoException对象,初始化为给定的
failedProperties 。
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause) |
构造一个
SQLClientInfoException对象,初始化为给定的
cause和
failedProperties 。
|