public class SQLGrammarException extends JDBCException
Constructor and Description |
---|
SQLGrammarException(String message,
SQLException root)
Constructor for JDBCException.
|
SQLGrammarException(String message,
SQLException root,
String sql)
Constructor for JDBCException.
|
getErrorCode, getSQL, getSQLException, getSQLState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLGrammarException(String message, SQLException root)
root
- The underlying exception.public SQLGrammarException(String message, SQLException root, String sql)
message
- Optional message.root
- The underlying exception.Copyright © 2017 JBoss by Red Hat. All rights reserved.