SQLGrammarExceptionpublic class SQLGrammarException extends org.hibernate.JDBCException Implementation of JDBCException indicating that the SQL sent to the database
server was invalid (syntax error, invalid object references, etc). |
Constructors Summary |
---|
public SQLGrammarException(String message, SQLException root)Constructor for JDBCException.
super( message, root );
| public SQLGrammarException(String message, SQLException root, String sql)Constructor for JDBCException.
super( message, root, sql );
|
|