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