| SQLClientInfoException(String reason,
                      String SQLState,
                      int vendorCode,
                      Map<String,ClientInfoStatus> failedProperties) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenreason,SQLState,vendorCodeandfailedProperties. | 
| SQLClientInfoException(String reason,
                      String SQLState,
                      int vendorCode,
                      Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenreason,SQLState,cause,vendorCodeandfailedProperties. | 
| SQLClientInfoException(String reason,
                      String SQLState,
                      Map<String,ClientInfoStatus> failedProperties) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenreason,SQLStateandfailedProperties. | 
| SQLClientInfoException(String reason,
                      String SQLState,
                      Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenreason,SQLState,causeandfailedProperties. | 
| SQLClientInfoException(String reason,
                      Map<String,ClientInfoStatus> failedProperties) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenreasonandfailedProperties. | 
| SQLClientInfoException(String reason,
                      Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenreason,causeandfailedProperties. | 
| SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties) | Constructs a SQLClientInfoExceptionobject initialized with a
 givenfailedProperties. | 
| SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties,
                      Throwable cause) | Constructs a SQLClientInfoExceptionobject initialized with
 a givencauseandfailedProperties. |