SQLClientInfoException(String reason,
                      String SQLState,
                      int vendorCode,
                      Map<String,ClientInfoStatus> failedProperties) | 
 Constructs a SQLClientInfoException object initialized with a
 given  reason, SQLState,
 vendorCode  and failedProperties. 
 | 
SQLClientInfoException(String reason,
                      String SQLState,
                      int vendorCode,
                      Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | 
 Constructs a SQLClientInfoException object initialized with a
 given  reason, SQLState,
 cause, vendorCode and
 failedProperties. 
 | 
SQLClientInfoException(String reason,
                      String SQLState,
                      Map<String,ClientInfoStatus> failedProperties) | 
 Constructs a SQLClientInfoException object initialized with a
 given  reason, SQLState  and
 failedProperties. 
 | 
SQLClientInfoException(String reason,
                      String SQLState,
                      Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | 
 Constructs a SQLClientInfoException object initialized with a
 given  reason, SQLState, cause
 and failedProperties. 
 | 
SQLClientInfoException(String reason,
                      Map<String,ClientInfoStatus> failedProperties) | 
 Constructs a SQLClientInfoException object initialized with a
 given reason and failedProperties. 
 | 
SQLClientInfoException(String reason,
                      Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | 
 Constructs a SQLClientInfoException object initialized with a
 given reason, cause and
 failedProperties. 
 | 
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties) | 
 Constructs a SQLClientInfoException object initialized with a
 given failedProperties. 
 | 
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | 
 Constructs a SQLClientInfoException object initialized with
 a given cause and failedProperties. 
 |