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