Searched defs:failedProperties (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLClientInfoException.java53 private Map<String, ClientInfoStatus> failedProperties; field in class:SQLClientInfoException
58 * <code>SQLState</code>, and failedProperties list are initialized to
69 this.failedProperties = null;
74 * given <code>failedProperties</code>.
83 * @param failedProperties A Map containing the property values that could not
92 public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties) { argument
94 this.failedProperties = failedProperties;
99 * a given <code>cause</code> and <code>failedProperties</code>.
107 * @param failedProperties
118 SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
147 SQLClientInfoException(String reason, Map<String, ClientInfoStatus> failedProperties) argument
174 SQLClientInfoException(String reason, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
204 SQLClientInfoException(String reason, String SQLState, Map<String, ClientInfoStatus> failedProperties) argument
231 SQLClientInfoException(String reason, String SQLState, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
262 SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String, ClientInfoStatus> failedProperties) argument
292 SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
[all...]

Completed in 55 milliseconds