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