open class UncategorizedSQLException : UncategorizedDataAccessException
Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
Author
Rod Johnson
Author
Juergen Hoeller
UncategorizedSQLException(task: String, sql: String, ex: SQLException)
Constructor for UncategorizedSQLException. |
open fun getSQLException(): SQLException
Return the underlying SQLException. |
|
open fun getSql(): String
Return the SQL that led to the problem (if known). |