Class SQLGrammarException
-------------------------------------------------------------------------------------------------------------------------------
java.lang.Object
extended by -- java.lang.Throwable
extended by --java.lang.Exception
extended by --java.lang.RuntimeException
extended by --
org.hibernate.exception.NestableRuntimeException
extended by --org.hibernate.HibernateException
extended by --org.hibernate.JDBCException
extended by --
org.hibernate.exception.SQLGrammarException
------------------------------------------------------------------------------------------------------------------------------
public class SQLGrammarException
extends JDBCException
--------------------------------------------------------------------------------------------------------------------------------
Implementation of JDBCException indicating that the SQL sent to the
database server was invalid (syntax error, invalid object references,
etc).
Link for reference :
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/JDBCException.html
Author:
Steve Ebersole