Example usage for Java java.sql SQLRecoverableException fields, constructors, methods, implement or subclass
The text is from its open source code.
SQLRecoverableException(String reason) Constructs a SQLRecoverableException object with a given reason . | |
SQLRecoverableException(Throwable cause) Constructs a SQLRecoverableException object with a given cause . |