public class SQLGrammarException extends JDBCException
| Constructor and Description |
|---|
SQLGrammarException(java.lang.String message,
java.sql.SQLException root)
Constructor for JDBCException.
|
SQLGrammarException(java.lang.String message,
java.sql.SQLException root,
java.lang.String sql)
Constructor for JDBCException.
|
getErrorCode, getSQL, getSQLException, getSQLStatepublic SQLGrammarException(java.lang.String message,
java.sql.SQLException root)
root - The underlying exception.public SQLGrammarException(java.lang.String message,
java.sql.SQLException root,
java.lang.String sql)
message - Optional message.root - The underlying exception.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.