Example usage for Java java.sql SQLTimeoutException fields, constructors, methods, implement or subclass
The text is from its open source code.
SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) Constructs a SQLTimeoutException object with a given reason , SQLState , vendorCode and cause . | |
SQLTimeoutException(String reason) Constructs a SQLTimeoutException object with a given reason . | |
SQLTimeoutException(Throwable cause) Constructs a SQLTimeoutException object with a given cause . |
String | getMessage() Returns the detail message string of this throwable. |