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