Example usage for Java java.sql SQLClientInfoException fields, constructors, methods, implement or subclass
The text is from its open source code.
SQLClientInfoException() Constructs a SQLClientInfoException Object. | |
SQLClientInfoException(Map Constructs a SQLClientInfoException object initialized with a given cause and failedProperties . | |
SQLClientInfoException(String reason, Map Constructs a SQLClientInfoException object initialized with a given reason and failedProperties . |
Throwable | initCause(Throwable cause) Initializes the cause of this throwable to the specified value. |
void | setNextException(SQLException ex) Adds an SQLException object to the end of the chain. |