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