Searched refs:failedProperties (Results 1 – 1 of 1) sorted by relevance
53 private Map<String, ClientInfoStatus> failedProperties; field in SQLClientInfoException69 this.failedProperties = null; in SQLClientInfoException()92 public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties) { in SQLClientInfoException() argument94 this.failedProperties = failedProperties; in SQLClientInfoException()118 public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties, in SQLClientInfoException() argument123 this.failedProperties = failedProperties; in SQLClientInfoException()148 Map<String, ClientInfoStatus> failedProperties) { in SQLClientInfoException() argument151 this.failedProperties = failedProperties; in SQLClientInfoException()175 … Map<String, ClientInfoStatus> failedProperties, in SQLClientInfoException() argument180 this.failedProperties = failedProperties; in SQLClientInfoException()[all …]