Home
last modified time | relevance | path

Searched refs:failedProperties (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLClientInfoException.java53 private Map<String, ClientInfoStatus> failedProperties; field in SQLClientInfoException
69 this.failedProperties = null; in SQLClientInfoException()
92 public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties) { in SQLClientInfoException() argument
94 this.failedProperties = failedProperties; in SQLClientInfoException()
118 public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties, in SQLClientInfoException() argument
123 this.failedProperties = failedProperties; in SQLClientInfoException()
148 Map<String, ClientInfoStatus> failedProperties) { in SQLClientInfoException() argument
151 this.failedProperties = failedProperties; in SQLClientInfoException()
175 … Map<String, ClientInfoStatus> failedProperties, in SQLClientInfoException() argument
180 this.failedProperties = failedProperties; in SQLClientInfoException()
[all …]