public class UncategorizedSqlException extends UncategorizedDataAccessException
| Constructor and Description |
|---|
UncategorizedSqlException(String sql,
SQLException ex)
Constructor for UncategorizedSQLException.
|
| Modifier and Type | Method and Description |
|---|---|
SQLException |
cause() |
String |
sql() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncategorizedSqlException(String sql, SQLException ex)
sql - the offending SQL statementex - the root causepublic SQLException cause()
public String sql()
Copyright © 2017. All rights reserved.