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, getSQLStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2001-2022 Red Hat, Inc. All Rights Reserved.